Skip to content
Success

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire after 1 day 6 hr without activity
[Pipeline] {
[Pipeline] stage
[Pipeline] { (TCK build)
[Pipeline] parallel
[Pipeline] { (Branch: JDK 17)
[Pipeline] { (Branch: JDK 21)
[Pipeline] stage
[Pipeline] { (JDK 17)
[Pipeline] stage
[Pipeline] { (JDK 21)
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-7-7cjkmStill waiting to schedule task
Waiting for next available executor on ‘centos-7-7cjkmAgent centos-7-ml79q is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-ml79q"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-ml79q"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-ml79q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-ml79q in /home/jenkins/agent/workspace/jakarta_EE11_TCK
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/jakarta_EE11_TCK # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jakarta_EE11_TCK@tmp/jenkins-gitclient-ssh350194654109677377.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5289be59d7910682bbe8f43676335ed714bf688f (refs/remotes/origin/cicd.scripts)
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/cicd.scripts^{commit} # timeout=10
Commit message: "Jersey TCK Script"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5289be59d7910682bbe8f43676335ed714bf688f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b cicd.scripts 5289be59d7910682bbe8f43676335ed714bf688f # timeout=10
 > git rev-list --no-walk 5289be59d7910682bbe8f43676335ed714bf688f # timeout=10
[Pipeline] sh
+ /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jakarta-ee11-tck.sh SUMMARY_17.TXT tck_17.log
Cloning into '.'...
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Arquillian Tomcat Container Parent                                 [pom]
[INFO] Arquillian Tomcat Container Common                                 [jar]
[INFO] Arquillian Tomcat Container Parent                                 [pom]
[INFO] Arquillian Tomcat Embedded Container Common                        [jar]
[INFO] Arquillian Tomcat Embedded Container Parent                        [pom]
[INFO] Arquillian Tomcat Embedded 10.x Container                          [jar]
[INFO] Arquillian Tomcat Managed Container Common                         [jar]
[INFO] Arquillian Tomcat Managed Container Parent                         [pom]
[INFO] Arquillian Container Tomcat Managed 10.x                           [jar]
[INFO] 
[INFO] ------< org.jboss.arquillian.container:arquillian-parent-tomcat >-------
[INFO] Building Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT         [1/9]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-parent-tomcat ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-parent-tomcat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-parent-tomcat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-parent-tomcat ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian
[INFO] Storing buildNumber: 15d2ce1e56b32e7f9d005934c0d0807d4f12e54b at timestamp: 1712914896490
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian
[INFO] Storing scmBranch: main
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-parent-tomcat ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-parent-tomcat ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-parent-tomcat/1.2.1-SNAPSHOT/arquillian-parent-tomcat-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.jboss.arquillian.container:arquillian-tomcat-common >-------
[INFO] Building Arquillian Tomcat Container Common 1.2.1-SNAPSHOT         [2/9]
[INFO]   from tomcat-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-common ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 13 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-common ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-container-parent >--
[INFO] Building Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT         [3/9]
[INFO]   from tomcat-container-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-container-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-container-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-container-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-container-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-container-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-container-parent/1.2.1-SNAPSHOT/arquillian-tomcat-container-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-embedded-common >--
[INFO] Building Arquillian Tomcat Embedded Container Common 1.2.1-SNAPSHOT [4/9]
[INFO]   from tomcat-embedded-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-embedded-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-embedded-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-embedded-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-embedded-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-embedded-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-embedded-parent >--
[INFO] Building Arquillian Tomcat Embedded Container Parent 1.2.1-SNAPSHOT [5/9]
[INFO]   from tomcat-embedded-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-embedded-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-embedded-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-parent/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.jboss.arquillian.container:arquillian-tomcat-embedded-10 >----
[INFO] Building Arquillian Tomcat Embedded 10.x Container 1.2.1-SNAPSHOT  [6/9]
[INFO]   from tomcat-embedded-10/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-10 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-embedded-10 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-embedded-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-embedded-10 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-embedded-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-embedded-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-10 ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-managed-common >---
[INFO] Building Arquillian Tomcat Managed Container Common 1.2.1-SNAPSHOT [7/9]
[INFO]   from tomcat-managed-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-managed-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-managed-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/main/java/org/jboss/arquillian/container/tomcat/managed/TomcatManagedConfiguration.java:[91,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-managed-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-managed-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-managed-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-managed-parent >---
[INFO] Building Arquillian Tomcat Managed Container Parent 1.2.1-SNAPSHOT [8/9]
[INFO]   from tomcat-managed-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-managed-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-managed-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-parent/1.2.1-SNAPSHOT/arquillian-tomcat-managed-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.jboss.arquillian.container:arquillian-tomcat-managed-10 >-----
[INFO] Building Arquillian Container Tomcat Managed 10.x 1.2.1-SNAPSHOT   [9/9]
[INFO]   from tomcat-managed-10/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-10 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-managed-10 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-managed-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-managed-10 ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-managed-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-managed-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- cargo:1.8.5:configure (install-container) @ arquillian-tomcat-managed-10 ---
[INFO] [maven2.ConfigureMojo] Resolved container artifact org.codehaus.cargo:cargo-core-container-tomcat:jar:1.8.5 for container tomcat10x
[INFO] Configuration created at [/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/cargo/configurations/tomcat10x]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-10 ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT:
[INFO] 
[INFO] Arquillian Tomcat Container Parent ................. SUCCESS [  5.468 s]
[INFO] Arquillian Tomcat Container Common ................. SUCCESS [  3.162 s]
[INFO] Arquillian Tomcat Container Parent ................. SUCCESS [  0.133 s]
[INFO] Arquillian Tomcat Embedded Container Common ........ SUCCESS [  0.368 s]
[INFO] Arquillian Tomcat Embedded Container Parent ........ SUCCESS [  0.083 s]
[INFO] Arquillian Tomcat Embedded 10.x Container .......... SUCCESS [  1.398 s]
[INFO] Arquillian Tomcat Managed Container Common ......... SUCCESS [  0.445 s]
[INFO] Arquillian Tomcat Managed Container Parent ......... SUCCESS [  0.083 s]
[INFO] Arquillian Container Tomcat Managed 10.x ........... SUCCESS [ 11.308 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.789 s
[INFO] Finished at: 2024-04-12T09:41:54Z
[INFO] ------------------------------------------------------------------------
jakarta-restful-ws-tck-4.0.0.zip
jakarta-restful-ws-tck-4.0.0.zip
  created: restful-ws-tck/
  created: restful-ws-tck/artifacts/
  created: restful-ws-tck/docs/
  created: restful-ws-tck/docs/assertions/
  created: restful-ws-tck/docs/pdf-usersguide/
  created: restful-ws-tck/docs/html-usersguide/
  created: restful-ws-tck/docs/html-usersguide/css/
  created: restful-ws-tck/docs/html-usersguide/img/
 inflated: restful-ws-tck/LICENSE.md
 inflated: restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0-sources.jar
 inflated: restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0.jar
 inflated: restful-ws-tck/docs/JAXRSTCK4.0-ReleaseNotes.html
 inflated: restful-ws-tck/docs/TCK-Exclude-List.txt
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.1.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.1.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_4.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_4.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.1.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.1.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_4.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_4.0.0.xml
 inflated: restful-ws-tck/docs/index.html
 inflated: restful-ws-tck/docs/pdf-usersguide/Jakarta-RESTful-Web-Services-TCK-Users-Guide.pdf
 inflated: restful-ws-tck/docs/html-usersguide/config.html
 inflated: restful-ws-tck/docs/html-usersguide/css/style.css
 inflated: restful-ws-tck/docs/html-usersguide/debug.html
 inflated: restful-ws-tck/docs/html-usersguide/faq.html
 inflated: restful-ws-tck/docs/html-usersguide/img/eclipse_foundation_logo_tiny.png
 inflated: restful-ws-tck/docs/html-usersguide/install.html
 inflated: restful-ws-tck/docs/html-usersguide/intro.html
 inflated: restful-ws-tck/docs/html-usersguide/preface.html
 inflated: restful-ws-tck/docs/html-usersguide/rebuild.html
 inflated: restful-ws-tck/docs/html-usersguide/rules.html
 inflated: restful-ws-tck/docs/html-usersguide/title.html
 inflated: restful-ws-tck/docs/html-usersguide/toc.html
 inflated: restful-ws-tck/docs/html-usersguide/using.html
jakarta-restful-ws-tck-4.0.0
jakarta-restful-ws-tck-4.0.0.jar
jakarta-restful-ws-tck-4.0.0-sources.jar
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- install:3.1.1:install-file (default-cli) @ standalone-pom ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/TCK/restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.0/jakarta-restful-ws-tck-4.0.0.jar
[INFO] Installing /tmp/mvninstall5776560350218907431.pom to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.0/jakarta-restful-ws-tck-4.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.800 s
[INFO] Finished at: 2024-04-12T09:41:56Z
[INFO] ------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<!--

    Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.glassfish.jersey.core</groupId>
    <artifactId>jersey-tck</artifactId>
    <version>4.0.0</version>
    <packaging>jar</packaging>

    <name>Jakarta RESTful WS Compliance for Jersey</name>
    <description>This test verifies the compliance of Eclipse Jersey with Jakarta REST</description>

    <properties>
        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
        <jersey.version>4.0.0-M1</jersey.version> <!-- the public version that pass the tck -->
        <jersey.version>4.0.0-M1</jersey.version> <!-- the public version that pass the tck -->
        <tomcat.container.version>11.0.0-M18</tomcat.container.version>
        <tomcat.home>${project.build.directory}/apache-tomcat-${tomcat.container.version}</tomcat.home>
        <tomcat.modules>${tomcat.home}/lib</tomcat.modules>
        <jakarta.platform.version>10.0.0</jakarta.platform.version>
        <junit.jupiter.version>5.7.2</junit.jupiter.version>
        <jakarta.rest.version>4.0.0</jakarta.rest.version>
        <tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
        <tck.version>4.0.0</tck.version>
        <hk2.version>4.0.0-M1</hk2.version>
        <mimepull.version>1.9.15</mimepull.version>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.junit</groupId>
                <artifactId>junit-bom</artifactId>
                <version>${junit.jupiter.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey</groupId>
                <artifactId>jersey-bom</artifactId>
                <version>${jersey.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <repositories>
        <repository>
            <id>jakarta-snapshots</id>
            <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <version>${junit.jupiter.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-core</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-jasper</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>org.jboss.arquillian.container</groupId>
            <artifactId>arquillian-tomcat-managed-10</artifactId>
            <version>1.2.1-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
            <version>3.0.0</version>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>jakarta.ws.rs</groupId>
            <artifactId>${tck.artifactId}</artifactId>
            <version>${tck.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>jakarta.ws.rs</groupId>
            <artifactId>jakarta.ws.rs-api</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest</artifactId>
            <version>2.2</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.arquillian.junit5</groupId>
            <artifactId>arquillian-junit5-container</artifactId>
            <version>1.7.0.Alpha10</version>
        </dependency>

        <dependency>
            <groupId>jakarta.platform</groupId>
            <artifactId>jakarta.jakartaee-api</artifactId>
            <version>${jakarta.platform.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.1</version>
        </dependency>

        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-server</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.containers</groupId>
            <artifactId>jersey-container-grizzly2-http</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-json-binding</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-jaxb</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
       <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-sse</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-multipart</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.inject</groupId>
            <artifactId>jersey-hk2</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-catalina</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-osgi</artifactId>
            <version>4.0.0</version>
        </dependency>

        <dependency>
            <groupId>jakarta.json</groupId>
            <artifactId>jakarta.json-api</artifactId>
            <version>2.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.parsson</groupId>
            <artifactId>parsson</artifactId>
            <version>1.1.5</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.parsson</groupId>
            <artifactId>parsson-media</artifactId>
            <version>1.1.5</version>
        </dependency>

        <dependency>
            <groupId>jakarta.json.bind</groupId>
            <artifactId>jakarta.json.bind-api</artifactId>
            <version>3.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse</groupId>
            <artifactId>yasson</artifactId>
            <version>3.0.3</version>
        </dependency>

        <dependency>
            <groupId>jakarta.inject</groupId>
            <artifactId>jakarta.inject-api</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-api</artifactId>
            <version>${hk2.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>jakarta.inject</groupId>
                    <artifactId>jakarta.inject-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-locator</artifactId>
            <version>${hk2.version}</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-utils</artifactId>
            <version>${hk2.version}</version>
        </dependency>

        <dependency>
            <groupId>org.jvnet.mimepull</groupId>
            <artifactId>mimepull</artifactId>
            <version>${mimepull.version}</version>
        </dependency>

        <dependency>
            <groupId>jakarta.tck</groupId>
            <artifactId>sigtest-maven-plugin</artifactId>
            <version>2.2</version>
        </dependency>
        <dependency>
            <groupId>org.netbeans.tools</groupId>
            <artifactId>sigtest-maven-plugin</artifactId>
            <version>1.7</version>
        </dependency>

    </dependencies>


    <build>	    
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-dependency-plugin</artifactId>
            <version>3.2.0</version>
            <executions>
                <execution>
                    <id>unpack</id>
                    <phase>pre-integration-test</phase>
                    <goals>
                        <goal>unpack</goal>
                    </goals>
                    <configuration>
                        <artifactItems>
                            <artifactItem>
                                <groupId>org.apache.tomcat</groupId>
                                <artifactId>tomcat</artifactId>
                                <version>${tomcat.container.version}</version>
                                <type>zip</type>
                                <overWrite>false</overWrite>
                                <outputDirectory>${project.build.directory}</outputDirectory>
                            </artifactItem>
                        </artifactItems>
                    </configuration>
                </execution>
                <execution>
                    <id>copy</id>
                    <phase>pre-integration-test</phase>
                    <goals>
                        <goal>copy</goal>
                    </goals>
                    <configuration>
                        <artifactItems>
                            <artifactItem>
                                <groupId>jakarta.inject</groupId>
                                <artifactId>jakarta.inject-api</artifactId>
                                <version>2.0.1</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.inject-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.json</groupId>
                                <artifactId>jakarta.json-api</artifactId>
                                <version>2.1.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.json-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.xml.bind</groupId>
                                <artifactId>jakarta.xml.bind-api</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.xml.bind-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.activation</groupId>
                                <artifactId>jakarta.activation-api</artifactId>
                                <version>2.1.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.activation-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.json.bind</groupId>
                                <artifactId>jakarta.json.bind-api</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.json.bind-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.validation</groupId>
                                <artifactId>jakarta.validation-api</artifactId>
                                <version>3.1.0-M1</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.validation-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>com.sun.xml.bind</groupId>
                                <artifactId>jaxb-osgi</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jaxb-osgi.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse.parsson</groupId>
                                <artifactId>parsson</artifactId>
                                <version>1.1.5</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>parsson.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse.parsson</groupId>
                                <artifactId>parsson-media</artifactId>
                                <version>1.1.5</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>parsson-media.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse</groupId>
                                <artifactId>yasson</artifactId>
                                <version>3.0.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>yasson.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.jvnet.mimepull</groupId>
                                <artifactId>mimepull</artifactId>
                                <version>${mimepull.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>mimepull.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.javassist</groupId>
                                <artifactId>javassist</artifactId>
                                <version>3.29.2-GA</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>javassist.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-api</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-utils</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-utils.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-locator</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-locator.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-client</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-client.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-server</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-server.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-common</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-common.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-grizzly2-http</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-grizzly2-http.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-grizzly2-servlet</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-grizzly2-servlet.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-servlet-core</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-servlet-core.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-servlet</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-servlet.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-sse</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-sse.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-json-binding</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-json-binding.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-multipart</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-multipart.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-json-processing</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-json-processing.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-jaxb</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-jaxb.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.inject</groupId>
                                <artifactId>jersey-hk2</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-hk2.jar</destFileName>
                            </artifactItem>

<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x-servlet</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x-servlet.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x-transaction</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x-transaction.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext</groupId>-->
<!--                                <artifactId>jersey-bean-validation</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-bean-validation.jar</destFileName>-->
<!--                            </artifactItem>-->
                            <artifactItem>
                                <groupId>jakarta.ws.rs</groupId>
                                <artifactId>jakarta.ws.rs-api</artifactId>
                                <version>${jakarta.rest.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.ws.rs-api.jar</destFileName>
                            </artifactItem>

                            <artifactItem>
                                <groupId>org.apache.tomcat</groupId>
                                <artifactId>tomcat-jasper</artifactId>
                                <version>${tomcat.container.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jasper.jar</destFileName>
                            </artifactItem>
                        </artifactItems>
                    </configuration>
                </execution>
            </executions>
        </plugin>
        <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <version>3.0.0</version>
            <executions>
                <execution>
                    <id>override-users</id>
                    <phase>pre-integration-test</phase>
                    <configuration>
                        <target>
                            <copy todir="${basedir}/target/apache-tomcat-${tomcat.container.version}/conf" overwrite="true">
                                <fileset dir="${basedir}" includes="tomcat-users.xml"/>
                            </copy>
                            <copy todir="${basedir}/target/apache-tomcat-${tomcat.container.version}/conf" overwrite="true">
                                <fileset dir="${basedir}" includes="server.xml"/>
                            </copy>
                        </target>
                    </configuration>
                    <goals>
                        <goal>run</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
            <plugin>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>3.0.0-M5</version>
                <executions>
                    <execution>
                        <id>container-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <excludes>
                                <exclude>**/SeBootstrapIT.java</exclude>
                            </excludes>
<!--                            <includes>-->
<!--                                <include>**/JAXRSSigTestIT.java</include>-->
<!--&lt;!&ndash;                                <include>ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT.java</include>&ndash;&gt;-->
<!--                            </includes>-->
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                            <systemPropertyVariables>
                                <servlet_adaptor>org.glassfish.jersey.servlet.ServletContainer</servlet_adaptor>
                                <webServerHost>localhost</webServerHost>
                                <webServerPort>8080</webServerPort>
                                <junit.log.traceflag>true</junit.log.traceflag>
                                <user>j2ee</user>
                                <password>j2ee</password>
                                <authuser>javajoe</authuser>
                                <authpassword>javajoe</authpassword>
                                <porting.ts.url.class.1>ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
                                <jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
                                <optional.tech.packages.to.ignore>jakarta.xml.bind</optional.tech.packages.to.ignore>
                                <signature.sigTestClasspath>${tomcat.modules}/jakarta.ws.rs-api.jar${path.separator}${tomcat.modules}/jakarta.xml.bind-api.jar${path.separator}${project.build.directory}/jdk11-bundle/java.base${path.separator}${project.build.directory}/jdk11-bundle/java.rmi${path.separator}${project.build.directory}/jdk11-bundle/java.sql${path.separator}${project.build.directory}/jdk11-bundle/java.naming</signature.sigTestClasspath>
                            </systemPropertyVariables>
                            <environmentVariables>
                                <CATALINA_HOME>${project.basedir}/target/apache-tomcat-${tomcat.container.version}</CATALINA_HOME>
                            </environmentVariables>
                        </configuration>
                    </execution>
                    <execution>
                        <id>se-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <includes>
                                <include>**/SeBootstrapIT.java</include>
                            </includes>
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <profiles>
        <profile>
            <id>jersey-tck</id>
            <properties>
                <jersey.version>3.1.99-SNAPSHOT</jersey.version> <!-- When running the profile, use SNAPSHOT -->
            </properties>
        </profile>
    </profiles>
</project>
[INFO] Scanning for projects...
[WARNING] The requested profile "staging" could not be activated because it does not exist.
[INFO] 
[INFO] ----------------< org.glassfish.jersey.core:jersey-tck >----------------
[INFO] Building Jakarta RESTful WS Compliance for Jersey 4.0.0
[INFO]   from pom.tomcat.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] system modules path not set in conjunction with -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_EE11_TCK/live/TCK/EE11/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_EE11_TCK/live/TCK/EE11/jersey-tck/target/jersey-tck-4.0.0.jar
[INFO] 
[INFO] --- dependency:3.2.0:unpack (unpack) @ jersey-tck ---
[INFO] Configured Artifact: org.apache.tomcat:tomcat:11.0.0-M18:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/tomcat/tomcat/11.0.0-M18/tomcat-11.0.0-M18.zip to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.2.0:copy (copy) @ jersey-tck ---
[INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.1:jar
[INFO] Configured Artifact: jakarta.json:jakarta.json-api:2.1.3:jar
[INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:3.0.0:jar
[INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:2.1.3:jar
[INFO] Configured Artifact: jakarta.json.bind:jakarta.json.bind-api:3.0.0:jar
[INFO] Configured Artifact: jakarta.validation:jakarta.validation-api:3.1.0-M1:jar
[INFO] Configured Artifact: com.sun.xml.bind:jaxb-osgi:3.0.0:jar
[INFO] Configured Artifact: org.eclipse.parsson:parsson:1.1.5:jar
[INFO] Configured Artifact: org.eclipse.parsson:parsson-media:1.1.5:jar
[INFO] Configured Artifact: org.eclipse:yasson:3.0.3:jar
[INFO] Configured Artifact: org.jvnet.mimepull:mimepull:1.9.15:jar
[INFO] Configured Artifact: org.javassist:javassist:3.29.2-GA:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-api:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:4.0.0-M1:jar
[INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:4.0.0:jar
[INFO] Configured Artifact: org.apache.tomcat:tomcat-jasper:11.0.0-M18:jar
[INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.inject-api.jar
[INFO] Copying jakarta.json-api-2.1.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.json-api.jar
[INFO] Copying jakarta.xml.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar
[INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.activation-api.jar
[INFO] Copying jakarta.json.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.json.bind-api.jar
[INFO] Copying jakarta.validation-api-3.1.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.validation-api.jar
[INFO] Copying jaxb-osgi-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jaxb-osgi.jar
[INFO] Copying parsson-1.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/parsson.jar
[INFO] Copying parsson-media-1.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/parsson-media.jar
[INFO] Copying yasson-3.0.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/yasson.jar
[INFO] Copying mimepull-1.9.15.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/mimepull.jar
[INFO] Copying javassist-3.29.2-GA.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/javassist.jar
[INFO] Copying hk2-api-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-api.jar
[INFO] Copying hk2-utils-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-utils.jar
[INFO] Copying hk2-locator-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-locator.jar
[INFO] Copying jersey-client-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-client.jar
[INFO] Copying jersey-server-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-server.jar
[INFO] Copying jersey-common-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-common.jar
[INFO] Copying jersey-container-grizzly2-http-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-grizzly2-http.jar
[INFO] Copying jersey-container-grizzly2-servlet-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-grizzly2-servlet.jar
[INFO] Copying jersey-container-servlet-core-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-servlet-core.jar
[INFO] Copying jersey-container-servlet-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-servlet.jar
[INFO] Copying jersey-media-sse-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-sse.jar
[INFO] Copying jersey-media-json-binding-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-json-binding.jar
[INFO] Copying jersey-media-multipart-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-multipart.jar
[INFO] Copying jersey-media-json-processing-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-json-processing.jar
[INFO] Copying jersey-media-jaxb-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-jaxb.jar
[INFO] Copying jersey-hk2-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-hk2.jar
[INFO] Copying jakarta.ws.rs-api-4.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar
[INFO] Copying tomcat-jasper-11.0.0-M18.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jasper.jar
[INFO] 
[INFO] --- antrun:3.0.0:run (override-users) @ jersey-tck ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.0.0-M5:integration-test (container-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-17/17.0.2+8/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:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    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.jaxrs40.ee.rs.core.uriinfo 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.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.jaxrs31.ee.multipart 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.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.ee.resource.webappexception.defaultmapper 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.api.client.client.JAXRSClientIT
************************************************************
* props file set to "/tmp/jenkins-cts-props.txt"
************************************************************
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[])
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetRegisterClassMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetRegisterClassMapTest()
04-12-2024 09:42:18:STARTING TEST : closeOnClientConfigTest()
public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyClient.getConfiguration()
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnClientConfigTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetPathTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetPathTest()
04-12-2024 09:42:18:STARTING TEST : closeOnClientRegisterObjectTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnClientRegisterObjectTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetRegisterClassTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetRegisterClassTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetQueryParamTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) throws java.lang.NullPointerException
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetQueryParamTest()
04-12-2024 09:42:18:STARTING TEST : targetWithStringIllegalArgumentExceptionTest()
04-12-2024 09:42:18:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs
04-12-2024 09:42:18:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs  as expected
04-12-2024 09:42:18:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest()
04-12-2024 09:42:18:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest()
04-12-2024 09:42:18:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:42:18:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetConfigTest()
public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyWebTarget.getConfiguration()
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetConfigTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetGetUriTest()
public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri()
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetGetUriTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetPropertyTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetPropertyTest()
04-12-2024 09:42:18:STARTING TEST : targetWithStringNullPointerExceptionTest()
04-12-2024 09:42:18:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:42:18:FINISHED TEST : targetWithStringNullPointerExceptionTest()
04-12-2024 09:42:18:STARTING TEST : closeOnClientRegisterClassWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.lang.Class[])
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnClientRegisterClassWithContractsTest()
04-12-2024 09:42:18:STARTING TEST : closeOnClientTargetWithUriTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnClientTargetWithUriTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetGetUriBuilderTest()
public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder()
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetGetUriBuilderTest()
04-12-2024 09:42:18:STARTING TEST : targetWithUriNullPointerExceptionTest()
04-12-2024 09:42:18:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:42:18:FINISHED TEST : targetWithUriNullPointerExceptionTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetRegisterObjectTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetRegisterObjectTest()
04-12-2024 09:42:18:STARTING TEST : closeOnWebTargetRequestTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request()
04-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetRequestTest()
04-12-2024 09:42:18: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-12-2024 09:42:18:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:18:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
04-12-2024 09:42:18:STARTING TEST : targetLinkTest()
04-12-2024 09:42:18:FINISHED TEST : targetLinkTest()
04-12-2024 09:42:18:STARTING TEST : targetWithLinkNullPointerExceptionTest()
04-12-2024 09:42:18:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:42:18:FINISHED TEST : targetWithLinkNullPointerExceptionTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest()
04-12-2024 09:42:19:STARTING TEST : targetUriBuilderTest()
04-12-2024 09:42:19:FINISHED TEST : targetUriBuilderTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterClassWithPriorityTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterClassTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterClassTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetMatrixParamTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) throws java.lang.NullPointerException
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetMatrixParamTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientInvocationWithLinkTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientInvocationWithLinkTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[])
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object,boolean)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterClassMapTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterClassMapTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientPropertyTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientPropertyTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterObjectWithMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterObjectWithMapTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientTargetWithLinkTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientTargetWithLinkTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[])
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientTargetWithUriBuilderTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientTargetWithUriBuilderTest()
04-12-2024 09:42:19:STARTING TEST : targetStringTest()
04-12-2024 09:42:19:FINISHED TEST : targetStringTest()
04-12-2024 09:42:19:STARTING TEST : closeOnClientTargetWithStringTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnClientTargetWithStringTest()
04-12-2024 09:42:19:STARTING TEST : invocationFromLinkExceptionNoLinkTest()
04-12-2024 09:42:19:NullPointerException successfully thrown when no link
04-12-2024 09:42:19:FINISHED TEST : invocationFromLinkExceptionNoLinkTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object)
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest()
04-12-2024 09:42:19:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) throws java.lang.NullPointerException
04-12-2024 09:42:19:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:42:19:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest()
04-12-2024 09:42:19:STARTING TEST : targetUriTest()
04-12-2024 09:42:19:FINISHED TEST : targetUriTest()
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
04-12-2024 09:42:19:STARTING TEST : newClientWithConfigurationTest()
04-12-2024 09:42:19:FINISHED TEST : newClientWithConfigurationTest()
04-12-2024 09:42:19:STARTING TEST : newClientNoParamTest()
04-12-2024 09:42:19:FINISHED TEST : newClientNoParamTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
04-12-2024 09:42:19:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:42:19:Found expected substring: bean
04-12-2024 09:42:19:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:42:19:STARTING TEST : getDateNullTest()
04-12-2024 09:42:19:Found expected substring: NULL
04-12-2024 09:42:19:FINISHED TEST : getDateNullTest()
04-12-2024 09:42:19:STARTING TEST : getEntityTest()
04-12-2024 09:42:19:Found expected substring: test
04-12-2024 09:42:19:FINISHED TEST : getEntityTest()
04-12-2024 09:42:19:STARTING TEST : getEntityAnnotationsNullTest()
04-12-2024 09:42:19:Found expected substring: 0
04-12-2024 09:42:19:FINISHED TEST : getEntityAnnotationsNullTest()
04-12-2024 09:42:19:STARTING TEST : abortWithTest()
04-12-2024 09:42:19:Found expected status: 201
04-12-2024 09:42:19:FINISHED TEST : abortWithTest()
04-12-2024 09:42:19:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:19:Found expected substring: cts
04-12-2024 09:42:19:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:19:STARTING TEST : getStringHeadersTest()
04-12-2024 09:42:19:Found expected substring: text/html
04-12-2024 09:42:19:Found expected substring: cts
04-12-2024 09:42:19:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT
04-12-2024 09:42:19:FINISHED TEST : getStringHeadersTest()
04-12-2024 09:42:19:STARTING TEST : getMediaTypeTest()
04-12-2024 09:42:19:Found expected substring: application/x-www-form-urlencoded
04-12-2024 09:42:19:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:42:19:STARTING TEST : getEntityAnnotationsTest()
04-12-2024 09:42:19:Found expected substring: jakarta.ws.rs.ext.Provider
04-12-2024 09:42:19:FINISHED TEST : getEntityAnnotationsTest()
04-12-2024 09:42:19:STARTING TEST : getMethodTest()
04-12-2024 09:42:19:Found expected substring: OPTIONS
04-12-2024 09:42:19:Found expected substring: DELETE
04-12-2024 09:42:19:Found expected substring: GET
04-12-2024 09:42:19:Found expected substring: TRACE
04-12-2024 09:42:20:Found expected substring: PUT
04-12-2024 09:42:20:Found expected substring: POST
04-12-2024 09:42:20:FINISHED TEST : getMethodTest()
04-12-2024 09:42:20:STARTING TEST : setEntityTest()
04-12-2024 09:42:20:Counter is 1
04-12-2024 09:42:20:Counter is 2
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : setEntityTest()
04-12-2024 09:42:20:STARTING TEST : hasEntityTest()
04-12-2024 09:42:20:Found expected substring: false
04-12-2024 09:42:20:Found expected substring: true
04-12-2024 09:42:20:FINISHED TEST : hasEntityTest()
04-12-2024 09:42:20:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:42:20:Found expected substring: Accept
04-12-2024 09:42:20:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:42:20:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:42:20:STARTING TEST : getLanguageTest()
04-12-2024 09:42:20:Found expected substring: zh_tw
04-12-2024 09:42:20:FINISHED TEST : getLanguageTest()
04-12-2024 09:42:20:STARTING TEST : getDateTest()
04-12-2024 09:42:20:Found expected substring: Nov
04-12-2024 09:42:20:Found expected substring: 1994
04-12-2024 09:42:20:Found expected substring: 31
04-12-2024 09:42:20:FINISHED TEST : getDateTest()
04-12-2024 09:42:20:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-12-2024 09:42:20:Found expected substring: 0
04-12-2024 09:42:20:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-12-2024 09:42:20:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:42:20:Found expected substring: NULL
04-12-2024 09:42:20:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:42:20:STARTING TEST : getHeaderStringTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:42:20:STARTING TEST : getEntityClassTest()
04-12-2024 09:42:20:Found expected substring: java.io.ByteArrayInputStream
04-12-2024 09:42:20:FINISHED TEST : getEntityClassTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableLanguagesByWeightsTest()
04-12-2024 09:42:20:Found expected substring: da
04-12-2024 09:42:20:Found expected substring: gb
04-12-2024 09:42:20:Found expected substring: us
04-12-2024 09:42:20:FINISHED TEST : getAcceptableLanguagesByWeightsTest()
04-12-2024 09:42:20:STARTING TEST : getCookiesIsImmutableTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getCookiesIsImmutableTest()
04-12-2024 09:42:20:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:42:20:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:42:20:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:42:20:Found expected substring: PROPERTY1
04-12-2024 09:42:20:Found expected substring: PROPERTY2
04-12-2024 09:42:20:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableMediaTypesTest()
04-12-2024 09:42:20:Found expected substring: text/*
04-12-2024 09:42:20:Found expected substring: text/html
04-12-2024 09:42:20:Found expected substring: */*
04-12-2024 09:42:20:FINISHED TEST : getAcceptableMediaTypesTest()
04-12-2024 09:42:20:STARTING TEST : getHeadersTest()
04-12-2024 09:42:20:Found expected substring: Accept
04-12-2024 09:42:20:Found expected substring: Date
04-12-2024 09:42:20:Found expected substring: tck
04-12-2024 09:42:20:FINISHED TEST : getHeadersTest()
04-12-2024 09:42:20:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:42:20:Found expected substring: NULL
04-12-2024 09:42:20:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:42:20:STARTING TEST : getEntityClassListStringTest()
04-12-2024 09:42:20:Found expected substring: java.util.ArrayList
04-12-2024 09:42:20:FINISHED TEST : getEntityClassListStringTest()
04-12-2024 09:42:20:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-12-2024 09:42:20:Found expected substring: cts
04-12-2024 09:42:20:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-12-2024 09:42:20:STARTING TEST : getClientTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getClientTest()
04-12-2024 09:42:20:STARTING TEST : getUriTest()
04-12-2024 09:42:20:Found expected substring: http://localhost:8080/404URL/
04-12-2024 09:42:20:FINISHED TEST : getUriTest()
04-12-2024 09:42:20:STARTING TEST : getSetPropertyTest()
04-12-2024 09:42:20:Found expected substring: value
04-12-2024 09:42:20:FINISHED TEST : getSetPropertyTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableLanguagesTest()
04-12-2024 09:42:20:Found expected substring: fr_CA
04-12-2024 09:42:20:Found expected substring: zh_CN
04-12-2024 09:42:20:FINISHED TEST : getAcceptableLanguagesTest()
04-12-2024 09:42:20:STARTING TEST : getMediaTypeIsNullTest()
04-12-2024 09:42:20:Found expected substring: NULL
04-12-2024 09:42:20:FINISHED TEST : getMediaTypeIsNullTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableMediaTypesIsImmutableTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest()
04-12-2024 09:42:20:STARTING TEST : getConfigurationTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getConfigurationTest()
04-12-2024 09:42:20:STARTING TEST : getAcceptableLanguagesIsImmutableTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getAcceptableLanguagesIsImmutableTest()
04-12-2024 09:42:20:STARTING TEST : removePropertyTest()
04-12-2024 09:42:20:Found expected substring: NULL
04-12-2024 09:42:20:FINISHED TEST : removePropertyTest()
04-12-2024 09:42:20:STARTING TEST : getEntityNullTest()
04-12-2024 09:42:20:Found expected substring: NULL
04-12-2024 09:42:20:FINISHED TEST : getEntityNullTest()
04-12-2024 09:42:20:STARTING TEST : getEntityTypeListStringTest()
04-12-2024 09:42:20:Found expected substring: java.lang.String
04-12-2024 09:42:20:FINISHED TEST : getEntityTypeListStringTest()
04-12-2024 09:42:20:STARTING TEST : getCookiesTest()
04-12-2024 09:42:20:Found expected substring: cts
04-12-2024 09:42:20:Found expected substring: tck
04-12-2024 09:42:20:Found expected substring: jee
04-12-2024 09:42:20:FINISHED TEST : getCookiesTest()
04-12-2024 09:42:20:STARTING TEST : getPropertyNamesIsImmutableTest()
04-12-2024 09:42:20:getPropertyNames is immutable as expected
04-12-2024 09:42:20:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
04-12-2024 09:42:20:STARTING TEST : getLinksTest()
04-12-2024 09:42:20:Found #getLinks()={ http://localhost:8080/404URL/ }
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getLinksTest()
04-12-2024 09:42:20:STARTING TEST : getMediaTypeTest()
04-12-2024 09:42:20:Found expected MediaType.APPLICATION_SVG_XML_TYPE
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:42:20:STARTING TEST : getLinkTest()
04-12-2024 09:42:20:Found #getLink()= http://localhost:8080/404URL/
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getLinkTest()
04-12-2024 09:42:20:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:42:20:#getHeaders is mutable as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:42:20:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:42:20:#hasLink has not found any link as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:42:20:STARTING TEST : getHeaderStringIsCommaSeparatedTest()
04-12-2024 09:42:20:#getHeaderString is comma separated combination of value1 and value2 as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeaderStringIsCommaSeparatedTest()
04-12-2024 09:42:20:STARTING TEST : getHeaderStringIsEmptyTest()
04-12-2024 09:42:20:#getHeaderString is empty string as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeaderStringIsEmptyTest()
04-12-2024 09:42:20:STARTING TEST : getLanguageTest()
04-12-2024 09:42:20:Found #getLanguage()= fr_CA
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getLanguageTest()
04-12-2024 09:42:20:STARTING TEST : getDateTest()
04-12-2024 09:42:20:Found #getDate()= Fri Apr 12 09:42:20 UTC 2024
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getDateTest()
04-12-2024 09:42:20:STARTING TEST : getHeaderStringIsNullTest()
04-12-2024 09:42:20:#getHeaderString is null as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeaderStringIsNullTest()
04-12-2024 09:42:20:STARTING TEST : getHeaderStringTest()
04-12-2024 09:42:20:#getHeaderString is value1 as expected
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:42:20:STARTING TEST : setStatusInfoTest()
04-12-2024 09:42:20:Found expected status: 302
04-12-2024 09:42:20:FINISHED TEST : setStatusInfoTest()
04-12-2024 09:42:20:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:42:20:found methods: GET OPTIONS
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:42:20:STARTING TEST : getStatusTest()
04-12-2024 09:42:20:Found expected response status 222
04-12-2024 09:42:20:FINISHED TEST : getStatusTest()
04-12-2024 09:42:20:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:42:20:STARTING TEST : getEntityTagTest()
04-12-2024 09:42:20:Found #getEntityTag()= EntityTagValue
04-12-2024 09:42:20:Found expected status: 200
04-12-2024 09:42:20:FINISHED TEST : getEntityTagTest()
04-12-2024 09:42:20:STARTING TEST : setEntityStreamTest()
04-12-2024 09:42:21:#setEntityStream( ENTITY ) set entity ENTITY
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:42:21:STARTING TEST : getHeadersTest()
04-12-2024 09:42:21:Found #getHeaders()={ header1 : value1 }
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getHeadersTest()
04-12-2024 09:42:21:STARTING TEST : getStatusInfoTest()
04-12-2024 09:42:21:Found expected response status 222
04-12-2024 09:42:21:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:42:21:STARTING TEST : setStatusTest()
04-12-2024 09:42:21:Found expected status: 403
04-12-2024 09:42:21:FINISHED TEST : setStatusTest()
04-12-2024 09:42:21:STARTING TEST : getLinkBuilderTest()
04-12-2024 09:42:21:Found #getLinkBuilder()= http://localhost:8080/404URL/
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getLinkBuilderTest()
04-12-2024 09:42:21:STARTING TEST : hasEntityWhenEntityTest()
04-12-2024 09:42:21:Found #hasEntity()=true
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : hasEntityWhenEntityTest()
04-12-2024 09:42:21:STARTING TEST : getLengthTest()
04-12-2024 09:42:21:Found #getLength()= 6
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getLengthTest()
04-12-2024 09:42:21:STARTING TEST : getLastModifiedTest()
04-12-2024 09:42:21:Found #getLastModified()= Fri Apr 12 09:42:21 UTC 2024
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:42:21:STARTING TEST : hasLinkWhenLinkTest()
04-12-2024 09:42:21:#hasLink has found the given link
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : hasLinkWhenLinkTest()
04-12-2024 09:42:21:STARTING TEST : getLocationTest()
04-12-2024 09:42:21:Found #getLocation= http://localhost:8080/404URL/
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getLocationTest()
04-12-2024 09:42:21:STARTING TEST : getCookiesTest()
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getCookiesTest()
04-12-2024 09:42:21:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:42:21:Found #hasEntity()=false
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:42:21:STARTING TEST : getEntityStreamTest()
04-12-2024 09:42:21:Found #getEntityStream()= ENTITY
04-12-2024 09:42:21:Found expected status: 200
04-12-2024 09:42:21:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
04-12-2024 09:42:21:STARTING TEST : jsonTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : jsonTest()
04-12-2024 09:42:21:STARTING TEST : xmlTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : xmlTest()
04-12-2024 09:42:21:STARTING TEST : formFormTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:FINISHED TEST : formFormTest()
04-12-2024 09:42:21:STARTING TEST : entityStringTest()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:FINISHED TEST : entityStringTest()
04-12-2024 09:42:21:STARTING TEST : textTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : textTest()
04-12-2024 09:42:21:STARTING TEST : entityVariantTest()
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:FINISHED TEST : entityVariantTest()
04-12-2024 09:42:21:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-12-2024 09:42:21:STARTING TEST : entityStringGetEntityTest()
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : entityStringGetEntityTest()
04-12-2024 09:42:21:STARTING TEST : htmlTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : htmlTest()
04-12-2024 09:42:21:STARTING TEST : entityVariantAnnotationsTest()
04-12-2024 09:42:21:string */* fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string */* fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string */* fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string */* de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string */* de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string */* de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xml de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/atom+xml de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/xhtml+xml de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/svg+xml de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/x-www-form-urlencoded de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string multipart/form-data de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/octet-stream de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/plain de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/xml de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/html de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string text/event-stream de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/json-patch+json de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json fr CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json de UTF-16
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:string application/merge-patch+json de CP1250
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream */* de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xml de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/atom+xml de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/xhtml+xml de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/svg+xml de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/x-www-form-urlencoded de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream multipart/form-data de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/octet-stream de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/plain de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/xml de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/html de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream text/event-stream de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/json-patch+json de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json fr CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json de UTF-16
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:inputstream application/merge-patch+json de CP1250
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable */* de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xml de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/atom+xml de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/xhtml+xml de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/svg+xml de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/x-www-form-urlencoded de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable multipart/form-data de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/octet-stream de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/plain de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/xml de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/html de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable text/event-stream de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/json-patch+json de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json fr CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json de UTF-16
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:serializable application/merge-patch+json de CP1250
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder */* de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xml de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/atom+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/xhtml+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/svg+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/x-www-form-urlencoded de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder multipart/form-data de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/octet-stream de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/plain de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/xml de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/html de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder text/event-stream de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/json-patch+json de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json fr CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json de UTF-16
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuilder application/merge-patch+json de CP1250
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer */* de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xml de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/atom+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/xhtml+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/svg+xml de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/x-www-form-urlencoded de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer multipart/form-data de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/octet-stream de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/plain de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/xml de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/html de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer text/event-stream de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/json-patch+json de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json fr UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json fr ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json fr CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language fr
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json de UTF-16
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json de ISO-8859-2
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:stringbuffer application/merge-patch+json de CP1250
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Language de
04-12-2024 09:42:21:Sucessfully retrieved Encoding CP1250
04-12-2024 09:42:21:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:FINISHED TEST : entityVariantAnnotationsTest()
04-12-2024 09:42:21:STARTING TEST : entityMediaTypeGetEntityTest()
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : entityMediaTypeGetEntityTest()
04-12-2024 09:42:21:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-12-2024 09:42:21:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:21:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-12-2024 09:42:21:STARTING TEST : entityStringThrowsExceptionWhenNullTest()
04-12-2024 09:42:21:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:21:FINISHED TEST : entityStringThrowsExceptionWhenNullTest()
04-12-2024 09:42:21:STARTING TEST : formMultivaluedMapTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:FINISHED TEST : formMultivaluedMapTest()
04-12-2024 09:42:21:STARTING TEST : entityMediaTypeTest()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:FINISHED TEST : entityMediaTypeTest()
04-12-2024 09:42:21:STARTING TEST : entityMediaTypeAnnotationsTest()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType */*
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xml
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/plain
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/xml
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/html
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:Found expected entity
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:42:21:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:42:21:FINISHED TEST : entityMediaTypeAnnotationsTest()
04-12-2024 09:42:21:STARTING TEST : xhtmlTest()
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected string
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected inputstream
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected serializable
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected stringbuilder
04-12-2024 09:42:21:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:42:21:Found expected stringbuffer
04-12-2024 09:42:21:FINISHED TEST : xhtmlTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
04-12-2024 09:42:21:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Returned unexpected response with status code 406
04-12-2024 09:42:21:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitInvocationCallbackTest()
04-12-2024 09:42:21:Found expected GET
04-12-2024 09:42:21:FINISHED TEST : submitInvocationCallbackTest()
04-12-2024 09:42:21:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Response cotains expected status Not Acceptable
04-12-2024 09:42:21:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeGenericTypeTest()
04-12-2024 09:42:21:Found expected GET
04-12-2024 09:42:21:FINISHED TEST : invokeGenericTypeTest()
04-12-2024 09:42:21:STARTING TEST : invokePlainTest()
04-12-2024 09:42:21:Found expected GET
04-12-2024 09:42:21:FINISHED TEST : invokePlainTest()
04-12-2024 09:42:21:STARTING TEST : submitStringThrowsProcessingExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:42:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:21:FINISHED TEST : submitStringThrowsProcessingExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Response cotains expected status Not Acceptable
04-12-2024 09:42:21:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitPlainTest()
04-12-2024 09:42:21:Found expected GET
04-12-2024 09:42:21:FINISHED TEST : submitPlainTest()
04-12-2024 09:42:21:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:42:21:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:42:21:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Response cotains expected status Not Acceptable
04-12-2024 09:42:21:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:42:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:21:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitPlainThrowsProcessingExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:42:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:21:FINISHED TEST : submitPlainThrowsProcessingExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:WebApplicationException has been thrown
04-12-2024 09:42:21:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:42:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:21:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:42:21:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:42:21:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-12-2024 09:42:21:Found expected status code 406
04-12-2024 09:42:21:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeGenericTypeThrowsExceptionTest()
04-12-2024 09:42:21:ProcessingException has been thrown
04-12-2024 09:42:21:FINISHED TEST : invokeGenericTypeThrowsExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeThrowsExceptionTest()
04-12-2024 09:42:21:ProcessingException has been thrown
04-12-2024 09:42:21:FINISHED TEST : invokeThrowsExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:WebApplicationException has been thrown
04-12-2024 09:42:21:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeClassTest()
04-12-2024 09:42:21:Found expected POST
04-12-2024 09:42:21:Found expected invokeClassTest
04-12-2024 09:42:21:FINISHED TEST : invokeClassTest()
04-12-2024 09:42:21:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Response return code is 406 as expected
04-12-2024 09:42:21:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeClassThrowsExceptionTest()
04-12-2024 09:42:21:ProcessingException has been thrown
04-12-2024 09:42:21:FINISHED TEST : invokeClassThrowsExceptionTest()
04-12-2024 09:42:21:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:Response return code is 406 as expected
04-12-2024 09:42:21:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitClassTest()
04-12-2024 09:42:21:Found expected POST
04-12-2024 09:42:21:Found expected submitClassTest
04-12-2024 09:42:21:FINISHED TEST : submitClassTest()
04-12-2024 09:42:21:STARTING TEST : submitStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:42:21:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:42:21:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest()
04-12-2024 09:42:21:STARTING TEST : submitGenericTypeTest()
04-12-2024 09:42:21:Found expected POST
04-12-2024 09:42:21:Found expected submitGenericTypeTest
04-12-2024 09:42:21:FINISHED TEST : submitGenericTypeTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
04-12-2024 09:42:21:STARTING TEST : completedTest()
04-12-2024 09:42:21:Found expected get
04-12-2024 09:42:21:InvocationCallback#completed has been called as expected
04-12-2024 09:42:21:FINISHED TEST : completedTest()
04-12-2024 09:42:21:STARTING TEST : failedTest()
04-12-2024 09:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:42:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:21:InvocationCallback#failed has been called as expected
04-12-2024 09:42:21:FINISHED TEST : failedTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
04-12-2024 09:42:21:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-12-2024 09:42:21:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithNullThrowableTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:FINISHED TEST : constructorWithNullThrowableTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:getCause contains expected java.io.IOException: JAXRS TCK exception
04-12-2024 09:42:21:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:FINISHED TEST : constructorWithNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:42:21:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:getCause contains expected java.io.IOException: JAXRS TCK exception
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:42:21:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:42:21:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithNotNullMessageTest()
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:42:21:FINISHED TEST : constructorWithNotNullMessageTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:42:21:getCause contains expected java.io.IOException: TCK exception
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message TCK exception
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:FINISHED TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:42:21:STARTING TEST : constructorWithRuntimeExceptionTest()
04-12-2024 09:42:21:getCause contains expected java.lang.IllegalStateException: TCK exception
04-12-2024 09:42:21:ResponseProcessingException#getMesaage contains expected message TCK exception
04-12-2024 09:42:21:response contains expected Expectation Failed status
04-12-2024 09:42:21:FINISHED TEST : constructorWithRuntimeExceptionTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesWithBooleanTrueTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521
04-12-2024 09:42:21:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesWithBooleanTrueTest()
04-12-2024 09:42:21:STARTING TEST : matrixParamThrowsNPEOnNameTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'.
04-12-2024 09:42:21:FINISHED TEST : matrixParamThrowsNPEOnNameTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplateWithBooleanFalseTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521
04-12-2024 09:42:21:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter
04-12-2024 09:42:21:FINISHED TEST : resolveTemplateWithBooleanFalseTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:42:21:STARTING TEST : matrixParamOnTwoSegmentsTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2
04-12-2024 09:42:21:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params
04-12-2024 09:42:21:FINISHED TEST : matrixParamOnTwoSegmentsTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesWithBooleanNullMapTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest()
04-12-2024 09:42:21:STARTING TEST : getUriBuilderTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource
04-12-2024 09:42:21:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:42:21:FINISHED TEST : getUriBuilderTest()
04-12-2024 09:42:21:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3
04-12-2024 09:42:21:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params
04-12-2024 09:42:21:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-12-2024 09:42:21:STARTING TEST : queryParamNullValueTest()
04-12-2024 09:42:21:Found expected http://cts.tck:888/resource/path/path2
04-12-2024 09:42:21:#paramName(name, null) removed values as expected
04-12-2024 09:42:21:FINISHED TEST : queryParamNullValueTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesNullNameTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesNullNameTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:42:21:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0]
04-12-2024 09:42:21:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesWithBooleanNullValueTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:42:21:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:42:21:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-12-2024 09:42:21:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:42:21:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-12-2024 09:42:21:STARTING TEST : requestNoArgTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource
04-12-2024 09:42:22:Found expected */*
04-12-2024 09:42:22:FINISHED TEST : requestNoArgTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesWithBooleanNullNameTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-12-2024 09:42:22:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : requestMediaTypeTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource
04-12-2024 09:42:22:Found expected application/atom+xml
04-12-2024 09:42:22:Found expected application/json
04-12-2024 09:42:22:Found expected text/xml
04-12-2024 09:42:22:FINISHED TEST : requestMediaTypeTest()
04-12-2024 09:42:22:STARTING TEST : queryParamThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0]
04-12-2024 09:42:22:FINISHED TEST : queryParamThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateWithBooleanTrueTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521
04-12-2024 09:42:22:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateWithBooleanTrueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesNullValueTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesNullValueTest()
04-12-2024 09:42:22:STARTING TEST : matrixParamTest()
04-12-2024 09:42:22:Found expected ;matrix=arg1
04-12-2024 09:42:22:Found expected ;matrix=arg2
04-12-2024 09:42:22:Found expected ;matrix=arg3
04-12-2024 09:42:22:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params
04-12-2024 09:42:22:FINISHED TEST : matrixParamTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : queryParamThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:42:22:FINISHED TEST : queryParamThrowsNPEOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : requestStringTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource
04-12-2024 09:42:22:Found expected application/atom+xml
04-12-2024 09:42:22:Found expected application/json
04-12-2024 09:42:22:Found expected text/xml
04-12-2024 09:42:22:FINISHED TEST : requestStringTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-12-2024 09:42:22:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:42:22:STARTING TEST : getUriBuilderIsDetachedTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource
04-12-2024 09:42:22:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:42:22:FINISHED TEST : getUriBuilderIsDetachedTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/lane
04-12-2024 09:42:22:URI http://cts.tck:888/resource/lane contains given path parameter
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesWithBooleanFalseTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-12-2024 09:42:22:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesWithBooleanFalseTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest()
04-12-2024 09:42:22:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest()
04-12-2024 09:42:22:STARTING TEST : getUriTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource
04-12-2024 09:42:22:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:42:22:FINISHED TEST : getUriTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-12-2024 09:42:22:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-12-2024 09:42:22:STARTING TEST : pathTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/a/b/c/d/e
04-12-2024 09:42:22:URI http://cts.tck:888/resource/a/b/c/d/e contains given path
04-12-2024 09:42:22:FINISHED TEST : pathTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-12-2024 09:42:22:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesNullMapTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesNullMapTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-12-2024 09:42:22:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesTest()
04-12-2024 09:42:22:STARTING TEST : pathThrowsNPEOnNullTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'.
04-12-2024 09:42:22:FINISHED TEST : pathThrowsNPEOnNullTest()
04-12-2024 09:42:22:STARTING TEST : queryParamTest()
04-12-2024 09:42:22:Found expected http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3
04-12-2024 09:42:22:URI http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 contains given query parameter
04-12-2024 09:42:22:FINISHED TEST : queryParamTest()
04-12-2024 09:42:22:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1]
04-12-2024 09:42:22:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorTest()
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:FINISHED TEST : constructorTest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringRequestThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:22:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringTest()
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:22:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringRequestThrowableTest()
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:response contains expected Bad Request status
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:FINISHED TEST : constructorStringRequestThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:22:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-12-2024 09:42:22:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-12-2024 09:42:22:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest()
04-12-2024 09:42:22:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:Found expected http Host header
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:22:STARTING TEST : constructorStatusTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:FINISHED TEST : constructorStatusTest()
04-12-2024 09:42:22:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:22:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:22:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorIntTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:FINISHED TEST : constructorIntTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorStringIntTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:42:22:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:22:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:22:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStatusNullThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:22:FINISHED TEST : constructorStringStatusNullThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : constructorIntThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorIntThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:42:22:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:22:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorStatusThrowableTest()
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Bad Request
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unauthorized
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Payment Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Forbidden
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Found
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Not Acceptable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Timeout
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Conflict
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Gone
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Length Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Expectation Failed
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Precondition Required
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Too Many Requests
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:FINISHED TEST : constructorTest()
04-12-2024 09:42:22:STARTING TEST : keySetTest()
04-12-2024 09:42:22:#keySet returns correct values
04-12-2024 09:42:22:FINISHED TEST : keySetTest()
04-12-2024 09:42:22:STARTING TEST : addAllThrowsNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null.
04-12-2024 09:42:22:FINISHED TEST : addAllThrowsNPETest()
04-12-2024 09:42:22:STARTING TEST : addNullValuesTest()
04-12-2024 09:42:22:Given key key2 does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:Given key key3 does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:FINISHED TEST : addNullValuesTest()
04-12-2024 09:42:22:STARTING TEST : putSingleNullValueTest()
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:#putSingle(key, null) did replaced the values as expected
04-12-2024 09:42:22:FINISHED TEST : putSingleNullValueTest()
04-12-2024 09:42:22:STARTING TEST : entrySetTest()
04-12-2024 09:42:22:#entrySet() has correct values
04-12-2024 09:42:22:FINISHED TEST : entrySetTest()
04-12-2024 09:42:22:STARTING TEST : clearTest()
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:FINISHED TEST : clearTest()
04-12-2024 09:42:22:STARTING TEST : addTest()
04-12-2024 09:42:22:Found key key2 with following values:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : addTest()
04-12-2024 09:42:22:STARTING TEST : containsKeyTest()
04-12-2024 09:42:22:#containsKey found non-null key and also the null key
04-12-2024 09:42:22:FINISHED TEST : containsKeyTest()
04-12-2024 09:42:22:STARTING TEST : putAllTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key2 with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:#putAll() put all the values of both keys
04-12-2024 09:42:22:FINISHED TEST : putAllTest()
04-12-2024 09:42:22:STARTING TEST : isEmptyTest()
04-12-2024 09:42:22:#isEmpty returns correct values
04-12-2024 09:42:22:FINISHED TEST : isEmptyTest()
04-12-2024 09:42:22:STARTING TEST : putTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:#put() put the value
04-12-2024 09:42:22:FINISHED TEST : putTest()
04-12-2024 09:42:22:STARTING TEST : addFirstNullTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:FINISHED TEST : addFirstNullTest()
04-12-2024 09:42:22:STARTING TEST : getTest()
04-12-2024 09:42:22:#get() is sucessfull
04-12-2024 09:42:22:FINISHED TEST : getTest()
04-12-2024 09:42:22:STARTING TEST : addFirstTest()
04-12-2024 09:42:22:Found first item value4
04-12-2024 09:42:22:FINISHED TEST : addFirstTest()
04-12-2024 09:42:22:STARTING TEST : putSingleTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value5
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:#putSingle() sucessfully replaced the values by a new one
04-12-2024 09:42:22:FINISHED TEST : putSingleTest()
04-12-2024 09:42:22:STARTING TEST : addAllListNullValuesTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value4
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:FINISHED TEST : addAllListNullValuesTest()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:#equals() is delegated to underlaying map
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : addAllListThrowsNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null.
04-12-2024 09:42:22:FINISHED TEST : addAllListThrowsNPETest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:#toString returned {key=[value1, value2, value3]}
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : sizeTest()
04-12-2024 09:42:22:#size() returns correct values
04-12-2024 09:42:22:FINISHED TEST : sizeTest()
04-12-2024 09:42:22:STARTING TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:42:22:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected
04-12-2024 09:42:22:FINISHED TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:42:22:STARTING TEST : addAllEmptyValuesTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:FINISHED TEST : addAllEmptyValuesTest()
04-12-2024 09:42:22:STARTING TEST : removeTest()
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key2 with following values:
04-12-2024 09:42:22:value4
04-12-2024 09:42:22:#removeTest(key) removed the correct key and the value as expected
04-12-2024 09:42:22:FINISHED TEST : removeTest()
04-12-2024 09:42:22:STARTING TEST : addAllNullValuesTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value4
04-12-2024 09:42:22:Given key key does not contain following values as expected:
04-12-2024 09:42:22:null
04-12-2024 09:42:22:FINISHED TEST : addAllNullValuesTest()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest()
04-12-2024 09:42:22:#hashCode() is delegated to underlaying map
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest()
04-12-2024 09:42:22:STARTING TEST : addNullKeyTest()
04-12-2024 09:42:22:Found key null with following values:
04-12-2024 09:42:22:value4
04-12-2024 09:42:22:FINISHED TEST : addNullKeyTest()
04-12-2024 09:42:22:STARTING TEST : addAllValuesTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : addAllValuesTest()
04-12-2024 09:42:22:STARTING TEST : addAllListEmptyValuesTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:FINISHED TEST : addAllListEmptyValuesTest()
04-12-2024 09:42:22:STARTING TEST : valuesTest()
04-12-2024 09:42:22:#values returned 2 lists
04-12-2024 09:42:22:FINISHED TEST : valuesTest()
04-12-2024 09:42:22:STARTING TEST : containsValueTest()
04-12-2024 09:42:22:#containsValue() found list of items as expected
04-12-2024 09:42:22:FINISHED TEST : containsValueTest()
04-12-2024 09:42:22:STARTING TEST : addAllListTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : addAllListTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : valueOfTest()
04-12-2024 09:42:22:FINISHED TEST : valueOfTest()
04-12-2024 09:42:22:STARTING TEST : noStoreTest()
04-12-2024 09:42:22:FINISHED TEST : noStoreTest()
04-12-2024 09:42:22:STARTING TEST : valueOfTest1()
04-12-2024 09:42:22:FINISHED TEST : valueOfTest1()
04-12-2024 09:42:22:STARTING TEST : revalidateTest()
04-12-2024 09:42:22:FINISHED TEST : revalidateTest()
04-12-2024 09:42:22:STARTING TEST : maxAgeTest()
04-12-2024 09:42:22:FINISHED TEST : maxAgeTest()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : getExtensionTest()
04-12-2024 09:42:22:FINISHED TEST : getExtensionTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : noCacheTest()
04-12-2024 09:42:22:FINISHED TEST : noCacheTest()
04-12-2024 09:42:22:STARTING TEST : noTransformTest()
04-12-2024 09:42:22:FINISHED TEST : noTransformTest()
04-12-2024 09:42:22:STARTING TEST : sMaxAgeTest()
04-12-2024 09:42:22:FINISHED TEST : sMaxAgeTest()
04-12-2024 09:42:22:STARTING TEST : proxyRevalidateTest()
04-12-2024 09:42:22:FINISHED TEST : proxyRevalidateTest()
04-12-2024 09:42:22:STARTING TEST : emptyConstructorTest()
04-12-2024 09:42:22:FINISHED TEST : emptyConstructorTest()
04-12-2024 09:42:22:STARTING TEST : privateTest()
04-12-2024 09:42:22:FINISHED TEST : privateTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-12-2024 09:42:22:STARTING TEST : registerClassContractsTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:FINISHED TEST : registerClassContractsTest()
04-12-2024 09:42:22:STARTING TEST : registerFeatureInstanceReturningFalseTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:FINISHED TEST : registerFeatureInstanceReturningFalseTest()
04-12-2024 09:42:22:STARTING TEST : registerFeatureClassReturningFalseTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:Found 1 features
04-12-2024 09:42:22:FINISHED TEST : registerFeatureClassReturningFalseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : isRegisteredProviderRegisteredClassTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found registered CallableProvider1 as expected on Client configuration
04-12-2024 09:42:22:Found registered CallableProvider2 as expected on WebTarget configuration
04-12-2024 09:42:22:Found registered CallableProvider1 as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : isRegisteredProviderRegisteredClassTest()
04-12-2024 09:42:22:STARTING TEST : getRuntimeTypeTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getRuntimeType() is CLIENT as expected on Client configuration
04-12-2024 09:42:22:#getRuntimeType() is CLIENT as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : getRuntimeTypeTest()
04-12-2024 09:42:22:STARTING TEST : getContractsTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration
04-12-2024 09:42:22:Found expected priority 124
04-12-2024 09:42:22:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration
04-12-2024 09:42:22:Found expected priority 124
04-12-2024 09:42:22:FINISHED TEST : getContractsTest()
04-12-2024 09:42:22:STARTING TEST : getContractsIsNeverNullTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getContracts() is not null as expected on Client configuration
04-12-2024 09:42:22:#getContracts() is not null as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : getContractsIsNeverNullTest()
04-12-2024 09:42:22:STARTING TEST : getClassesIsNeverNullTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getClasses() is not null as expected on Client configuration
04-12-2024 09:42:22:#getClasses() is not null as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : getClassesIsNeverNullTest()
04-12-2024 09:42:22:STARTING TEST : getClassesTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1 providers
04-12-2024 09:42:22:Found 2 providers
04-12-2024 09:42:22:FINISHED TEST : getClassesTest()
04-12-2024 09:42:22:STARTING TEST : getInstancesIsImmutableTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 0 providers
04-12-2024 09:42:22:Found 0 providers
04-12-2024 09:42:22:FINISHED TEST : getInstancesIsImmutableTest()
04-12-2024 09:42:22:STARTING TEST : getPropertiesIsImmutableTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1  properties
04-12-2024 09:42:22:Found 2  properties
04-12-2024 09:42:22:FINISHED TEST : getPropertiesIsImmutableTest()
04-12-2024 09:42:22:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1 properties
04-12-2024 09:42:22:Found 2 properties
04-12-2024 09:42:22:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:42:22:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getProperty('nonexisting') is null as expected
04-12-2024 09:42:22:#getProperty('nonexisting') is null as expected
04-12-2024 09:42:22:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:42:22:STARTING TEST : getPropertyTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found property0
04-12-2024 09:42:22:Found property1
04-12-2024 09:42:22:FINISHED TEST : getPropertyTest()
04-12-2024 09:42:22:STARTING TEST : getInstancesIsNeverNullTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:#getInstances() is not null as expected on Client configuration
04-12-2024 09:42:22:#getInstances() is not null as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : getInstancesIsNeverNullTest()
04-12-2024 09:42:22:STARTING TEST : getPropertiesTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1 properties
04-12-2024 09:42:22:Found 2 properties
04-12-2024 09:42:22:FINISHED TEST : getPropertiesTest()
04-12-2024 09:42:22:STARTING TEST : getClassesIsImmutableTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 0 providers
04-12-2024 09:42:22:Found 0 providers
04-12-2024 09:42:22:Found 0 providers
04-12-2024 09:42:22:FINISHED TEST : getClassesIsImmutableTest()
04-12-2024 09:42:22:STARTING TEST : getInstancesTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1 providers
04-12-2024 09:42:22:Found 2 providers
04-12-2024 09:42:22:FINISHED TEST : getInstancesTest()
04-12-2024 09:42:22:STARTING TEST : isRegisteredProviderRegisteredInstanceTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found registered CallableProvider1 as expected on Client configuration
04-12-2024 09:42:22:Found registered CallableProvider2 as expected on WebTarget configuration
04-12-2024 09:42:22:Found registered CallableProvider1 as expected on WebTarget configuration
04-12-2024 09:42:22:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest()
04-12-2024 09:42:22:STARTING TEST : getPropertyNamesIsImmutableTest()
04-12-2024 09:42:22:Already registered 0 classes
04-12-2024 09:42:22:Already registered 0 instances
04-12-2024 09:42:22:Already registered 0 properties
04-12-2024 09:42:22:Found 1  properties
04-12-2024 09:42:22:Found 2  properties
04-12-2024 09:42:22:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : parseTest1()
04-12-2024 09:42:22:FINISHED TEST : parseTest1()
04-12-2024 09:42:22:STARTING TEST : parseTest2()
04-12-2024 09:42:22:FINISHED TEST : parseTest2()
04-12-2024 09:42:22:STARTING TEST : parseTest3()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : parseTest3()
04-12-2024 09:42:22:STARTING TEST : constructorTest1()
04-12-2024 09:42:22:FINISHED TEST : constructorTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest2()
04-12-2024 09:42:22:FINISHED TEST : constructorTest2()
04-12-2024 09:42:22:STARTING TEST : constructorTest3()
04-12-2024 09:42:22:FINISHED TEST : constructorTest3()
04-12-2024 09:42:22:STARTING TEST : constructorTest4()
04-12-2024 09:42:22:FINISHED TEST : constructorTest4()
04-12-2024 09:42:22:STARTING TEST : constructorTest5()
04-12-2024 09:42:22:FINISHED TEST : constructorTest5()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : valueOfTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : valueOfTest()
04-12-2024 09:42:22:STARTING TEST : valueOfTest1()
04-12-2024 09:42:22:FINISHED TEST : valueOfTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest1()
04-12-2024 09:42:22:FINISHED TEST : constructorTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest2()
04-12-2024 09:42:22:FINISHED TEST : constructorTest2()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
"cts test Strong EntityTag test".
W/"cts test Weak EntityTag test".

04-12-2024 09:42:22:FINISHED TEST : toStringTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorMultivaluedMapArgTest()
04-12-2024 09:42:22:Form instance with MultivaluedMap argument sucessfully created
04-12-2024 09:42:22:FINISHED TEST : constructorMultivaluedMapArgTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringArgsTest()
04-12-2024 09:42:22:Form instance with String arguments sucessfully created
04-12-2024 09:42:22:FINISHED TEST : constructorStringArgsTest()
04-12-2024 09:42:22:STARTING TEST : paramTest()
04-12-2024 09:42:22:Form instance created
04-12-2024 09:42:22: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.genericentity.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : getEntityTest()
04-12-2024 09:42:22:Entity has been retrieved
04-12-2024 09:42:22:FINISHED TEST : getEntityTest()
04-12-2024 09:42:22:STARTING TEST : singleArgumentConstructorTest()
04-12-2024 09:42:22:Expected IllegalArgumentException thrown: The entity must not be null
04-12-2024 09:42:22:GenericEntity<Map<String, List<Long>>> instance created
04-12-2024 09:42:22:FINISHED TEST : singleArgumentConstructorTest()
04-12-2024 09:42:22:STARTING TEST : constructorWith1ArgTest()
04-12-2024 09:42:22:GenericEntity<List<String>>(List) instance created
04-12-2024 09:42:22:FINISHED TEST : constructorWith1ArgTest()
04-12-2024 09:42:22:STARTING TEST : constructorWith2ArgsTest()
04-12-2024 09:42:22:GenericEntity<List<String>>(List, Type) instance created
04-12-2024 09:42:22:FINISHED TEST : constructorWith2ArgsTest()
04-12-2024 09:42:22:STARTING TEST : constructorTest1()
04-12-2024 09:42:22:Expected IllegalArgumentException thrown: Arguments must not be null.
04-12-2024 09:42:22:FINISHED TEST : constructorTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest2()
04-12-2024 09:42:22:Expected IllegalArgumentException thrown: Arguments must not be null.
04-12-2024 09:42:22:FINISHED TEST : constructorTest2()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:The tested GenericEntity<TreeSet<String>> instances are equal
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet<java.lang.String>}
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : getTypeTest()
04-12-2024 09:42:22:Test passed.  getType return correctly: java.util.List<java.lang.String>
getType return correctly: java.util.List<java.lang.String>
04-12-2024 09:42:22:FINISHED TEST : getTypeTest()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest()
04-12-2024 09:42:22:Both GenericEntity instances have the same hashCode()
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest()
04-12-2024 09:42:22:STARTING TEST : getRawTypeTest()
04-12-2024 09:42:22:Test passed. getType return correctly: class java.util.ArrayList
getType return correctly: class java.util.ArrayList
04-12-2024 09:42:22:FINISHED TEST : getRawTypeTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorWithTypeTest()
04-12-2024 09:42:22:Succesfully created GenericType<ArrayList<String>>(Type) instance
04-12-2024 09:42:22:FINISHED TEST : constructorWithTypeTest()
04-12-2024 09:42:22:STARTING TEST : constructorProtectedTest()
04-12-2024 09:42:22:Succesfully created GenericType<TreeSet<String>>(){} instance
04-12-2024 09:42:22:FINISHED TEST : constructorProtectedTest()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:The tested GenericType<TreeSet<String>> instances are equal
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:Both GenericType instances have the same toString() GenericType{java.util.TreeSet<java.lang.String>}
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest()
04-12-2024 09:42:22:Both GenericType instances have the same hashCode()
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : getTitleTest()
04-12-2024 09:42:22:Found expected TITLETITLE
04-12-2024 09:42:22:FINISHED TEST : getTitleTest()
04-12-2024 09:42:22:STARTING TEST : fromUriStringTest()
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:Found expected resource
04-12-2024 09:42:22:Found expected get
04-12-2024 09:42:22:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-12-2024 09:42:22:FINISHED TEST : fromUriStringTest()
04-12-2024 09:42:22:STARTING TEST : constructorTest()
04-12-2024 09:42:22:new Link() call iss successfull
04-12-2024 09:42:22:FINISHED TEST : constructorTest()
04-12-2024 09:42:22:STARTING TEST : getUriBuilderTest()
04-12-2024 09:42:22:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-12-2024 09:42:22:FINISHED TEST : getUriBuilderTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest()
04-12-2024 09:42:22:Found expected http://oracle.com:888/resource/get
04-12-2024 09:42:22:Found expected http://oracle.com:888/resource/consumesappjson
04-12-2024 09:42:22:Opaque Link has been used in Client.invocation() sucessfully
04-12-2024 09:42:22:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-12-2024 09:42:22:IllegalArgumentException has been successfully thrown
04-12-2024 09:42:22:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-12-2024 09:42:22:STARTING TEST : fromUriBuilderTest()
04-12-2024 09:42:22:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-12-2024 09:42:22:FINISHED TEST : fromUriBuilderTest()
04-12-2024 09:42:22:STARTING TEST : fromLinkTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : fromLinkTest()
04-12-2024 09:42:22:STARTING TEST : fromPathTest()
04-12-2024 09:42:22:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is <somewhere/somehow>
04-12-2024 09:42:22:FINISHED TEST : fromPathTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest()
04-12-2024 09:42:22:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:STARTING TEST : serializationFromResourceTest()
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get()
04-12-2024 09:42:22:serialization works for method get
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace()
04-12-2024 09:42:22:serialization works for method trace
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete()
04-12-2024 09:42:22:serialization works for method delete
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml()
04-12-2024 09:42:22:serialization works for method producesXml
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm()
04-12-2024 09:42:22:serialization works for method consumesForm
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson()
04-12-2024 09:42:22:serialization works for method consumesAppJson
04-12-2024 09:42:22:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml()
04-12-2024 09:42:22:serialization works for method producesSvgXml
04-12-2024 09:42:22:Serialization with #toString() of Resource method links is sucessfull
04-12-2024 09:42:22:FINISHED TEST : serializationFromResourceTest()
04-12-2024 09:42:22:STARTING TEST : fromPathThrowsIAETest()
04-12-2024 09:42:22:fromPath(null) throws IllegalArgumentException as expected
04-12-2024 09:42:22:FINISHED TEST : fromPathThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : getParamsFromBuilderTest()
04-12-2024 09:42:22:Found expected titletitle
04-12-2024 09:42:22:Found expected RELREL
04-12-2024 09:42:22:Found expected typetype
04-12-2024 09:42:22:Found expected newparamvalue
04-12-2024 09:42:22:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected
04-12-2024 09:42:22:FINISHED TEST : getParamsFromBuilderTest()
04-12-2024 09:42:22:STARTING TEST : getTypeIsNullTest()
04-12-2024 09:42:22:#getType( returns null as expected
04-12-2024 09:42:22:FINISHED TEST : getTypeIsNullTest()
04-12-2024 09:42:22:STARTING TEST : fromUriTest()
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:Found expected resource
04-12-2024 09:42:22:Found expected get
04-12-2024 09:42:22:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-12-2024 09:42:22:FINISHED TEST : fromUriTest()
04-12-2024 09:42:22:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:Link#vaueOf() throws IllegalArgumentException as expected
04-12-2024 09:42:22:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:STARTING TEST : getTitleIsNullTest()
04-12-2024 09:42:22:#getTitle( returns null as expected
04-12-2024 09:42:22:FINISHED TEST : getTitleIsNullTest()
04-12-2024 09:42:22:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:STARTING TEST : getParamsFromResourceTest()
{title=Title}
04-12-2024 09:42:22:Found expected Title
04-12-2024 09:42:22:{title=Title} found as expected
04-12-2024 09:42:22:FINISHED TEST : getParamsFromResourceTest()
04-12-2024 09:42:22:STARTING TEST : getUriTest()
04-12-2024 09:42:22:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-12-2024 09:42:22:FINISHED TEST : getUriTest()
04-12-2024 09:42:22:STARTING TEST : fromMethodTest()
04-12-2024 09:42:22:Found expected <consumesappjson>
04-12-2024 09:42:22:Link <consumesappjson> has been created
04-12-2024 09:42:22:FINISHED TEST : fromMethodTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-12-2024 09:42:22:IllegalArgumentException has been successfully thrown
04-12-2024 09:42:22:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-12-2024 09:42:22:STARTING TEST : getTypeTest()
04-12-2024 09:42:22:Found expected TYPETYPE
04-12-2024 09:42:22:FINISHED TEST : getTypeTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceTest()
04-12-2024 09:42:22:Found expected <resource>
04-12-2024 09:42:22:type is not in <resource> as expected
04-12-2024 09:42:22:Link <resource> has been created
04-12-2024 09:42:22:FINISHED TEST : fromResourceTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceWithMediaTypeTest()
04-12-2024 09:42:22:Found expected <producesresource>
04-12-2024 09:42:22:type="text/html" is not in <producesresource> as expected
04-12-2024 09:42:22:Link <producesresource> has been created
04-12-2024 09:42:22:FINISHED TEST : fromResourceWithMediaTypeTest()
04-12-2024 09:42:22:STARTING TEST : getRelsTest()
04-12-2024 09:42:22:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL;
04-12-2024 09:42:22:FINISHED TEST : getRelsTest()
04-12-2024 09:42:22:STARTING TEST : fromPathWithUriTemplateParamsTest()
04-12-2024 09:42:22:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is <somewhere/somehow/param1/param2>
04-12-2024 09:42:22:FINISHED TEST : fromPathWithUriTemplateParamsTest()
04-12-2024 09:42:22:STARTING TEST : getRelsIsEmptyTest()
04-12-2024 09:42:22:#getRel() return empty list as expected
04-12-2024 09:42:22:FINISHED TEST : getRelsIsEmptyTest()
04-12-2024 09:42:22:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-12-2024 09:42:22:IllegalArgumentException has been successfully thrown
04-12-2024 09:42:22:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-12-2024 09:42:22:STARTING TEST : getRelIsEmptyListTest()
04-12-2024 09:42:22:#getRel() returns expected null
04-12-2024 09:42:22:FINISHED TEST : getRelIsEmptyListTest()
04-12-2024 09:42:22:STARTING TEST : getRelTest()
04-12-2024 09:42:22:#getRel() return expected rel
04-12-2024 09:42:22:FINISHED TEST : getRelTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : titleTest()
04-12-2024 09:42:22:#title set expected title
04-12-2024 09:42:22:FINISHED TEST : titleTest()
04-12-2024 09:42:22:STARTING TEST : uriStringThrowsIAETest()
04-12-2024 09:42:22:#uri(nonUriString) throws IllegalArgumentException as expected
04-12-2024 09:42:22:FINISHED TEST : uriStringThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : linkLinkTest()
04-12-2024 09:42:22:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : linkLinkTest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-12-2024 09:42:22:STARTING TEST : paramThrowsExceptionWhenNullValueTest()
04-12-2024 09:42:22:#param throws IllegalArgumentException as expected
04-12-2024 09:42:22:FINISHED TEST : paramThrowsExceptionWhenNullValueTest()
04-12-2024 09:42:22:STARTING TEST : paramThrowsExceptionWhenNullNameTest()
04-12-2024 09:42:22:#param throws IllegalArgumentException as expected
04-12-2024 09:42:22:FINISHED TEST : paramThrowsExceptionWhenNullNameTest()
04-12-2024 09:42:22:STARTING TEST : uriStringTest()
04-12-2024 09:42:22:#uri(String) affected link <http://oracle.com:888/> as expected
04-12-2024 09:42:22:FINISHED TEST : uriStringTest()
04-12-2024 09:42:22:STARTING TEST : baseUriStringTest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:FINISHED TEST : baseUriStringTest()
04-12-2024 09:42:22:STARTING TEST : uriUriTest()
04-12-2024 09:42:22:#uri(URI) affected link <http://oracle.com:888/resource/get> as expected
04-12-2024 09:42:22:FINISHED TEST : uriUriTest()
04-12-2024 09:42:22:STARTING TEST : uriBuilderTest()
04-12-2024 09:42:22:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-12-2024 09:42:22:FINISHED TEST : uriBuilderTest()
04-12-2024 09:42:22:STARTING TEST : relMoreNamesTest()
04-12-2024 09:42:22:#rel added expected relations
04-12-2024 09:42:22:FINISHED TEST : relMoreNamesTest()
04-12-2024 09:42:22:STARTING TEST : linkStringTest()
04-12-2024 09:42:22:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : linkStringTest()
04-12-2024 09:42:22:STARTING TEST : buildObjectsTest()
04-12-2024 09:42:22:#build() finished building a link and returned the instance <http://oracle.com:888/p1/p2/p3>
04-12-2024 09:42:22:FINISHED TEST : buildObjectsTest()
04-12-2024 09:42:22:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:#build() throw UriBuilderException as expected
04-12-2024 09:42:22:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:STARTING TEST : typeTest()
04-12-2024 09:42:22:#type set correct types
04-12-2024 09:42:22:FINISHED TEST : typeTest()
04-12-2024 09:42:22:STARTING TEST : baseUriURITest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:FINISHED TEST : baseUriURITest()
04-12-2024 09:42:22:STARTING TEST : baseUriStringThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : baseUriStringThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:UriBuilderException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected when a supplied value is null
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedDoesNotSharePrefixTest()
04-12-2024 09:42:22:Found expected a/b/c
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:Found expected http://oracle.com:888/a/b/c
04-12-2024 09:42:22:When a prefix is not shared, the methods is equivalent to build() as expected
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest()
04-12-2024 09:42:22:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:42:22:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:42:22:STARTING TEST : linkStringThrowsIAETest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : linkStringThrowsIAETest()
04-12-2024 09:42:22:STARTING TEST : baseUriIsNotJustBaseURITest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:FINISHED TEST : baseUriIsNotJustBaseURITest()
04-12-2024 09:42:22:STARTING TEST : baseUriIsNotJustBaseStringTest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:FINISHED TEST : baseUriIsNotJustBaseStringTest()
04-12-2024 09:42:22:STARTING TEST : baseUriIsIgnoredURITest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/resource/something
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:The base uri http://ignored.com has been ignored as expected
04-12-2024 09:42:22:FINISHED TEST : baseUriIsIgnoredURITest()
04-12-2024 09:42:22:STARTING TEST : relTest()
04-12-2024 09:42:22:#rel added expected relations
04-12-2024 09:42:22:FINISHED TEST : relTest()
04-12-2024 09:42:22:STARTING TEST : buildNoArgTest()
04-12-2024 09:42:22:#build() finished building a link and returned the instance
04-12-2024 09:42:22:FINISHED TEST : buildNoArgTest()
04-12-2024 09:42:22:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:#build(someNonURIObjects) throw UriBuilderException as expected
04-12-2024 09:42:22:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-12-2024 09:42:22:STARTING TEST : baseUriIsIgnoredStringTest()
04-12-2024 09:42:22:Created URI http://oracle.com:888/resource/something
04-12-2024 09:42:22:Found expected http://oracle.com:888/
04-12-2024 09:42:22:The base uri http://ignored.com has been ignored as expected
04-12-2024 09:42:22:FINISHED TEST : baseUriIsIgnoredStringTest()
04-12-2024 09:42:22:STARTING TEST : buildRelativizedTest()
04-12-2024 09:42:22:Found expected a/b/c
04-12-2024 09:42:22:Absolute http://oracle.com:888/ has not been found as expected in link <a/b/c>
04-12-2024 09:42:22:FINISHED TEST : buildRelativizedTest()
04-12-2024 09:42:22:STARTING TEST : paramTest()
04-12-2024 09:42:22:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected
04-12-2024 09:42:22:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected
04-12-2024 09:42:22:#param set correct parameters
04-12-2024 09:42:22:FINISHED TEST : paramTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : wildcardTest()
04-12-2024 09:42:22:FINISHED TEST : wildcardTest()
04-12-2024 09:42:22:STARTING TEST : valueOfTest()
04-12-2024 09:42:22:FINISHED TEST : valueOfTest()
04-12-2024 09:42:22:STARTING TEST : withCharsetTest()
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16
04-12-2024 09:42:22:FINISHED TEST : withCharsetTest()
04-12-2024 09:42:22:STARTING TEST : valueOfTest1()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : valueOfTest1()
04-12-2024 09:42:22:STARTING TEST : equalsTest1()
04-12-2024 09:42:22:FINISHED TEST : equalsTest1()
04-12-2024 09:42:22:STARTING TEST : equalsTest2()
04-12-2024 09:42:22:FINISHED TEST : equalsTest2()
04-12-2024 09:42:22:STARTING TEST : equalsTest3()
04-12-2024 09:42:22:FINISHED TEST : equalsTest3()
04-12-2024 09:42:22:STARTING TEST : equalsTest4()
04-12-2024 09:42:22:FINISHED TEST : equalsTest4()
04-12-2024 09:42:22:STARTING TEST : constructorTest1()
04-12-2024 09:42:22:FINISHED TEST : constructorTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest2()
04-12-2024 09:42:22:FINISHED TEST : constructorTest2()
04-12-2024 09:42:22:STARTING TEST : constructorTest3()
04-12-2024 09:42:22:FINISHED TEST : constructorTest3()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest1()
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest1()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest2()
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest2()
04-12-2024 09:42:22:STARTING TEST : hashCodeTest3()
04-12-2024 09:42:22:FINISHED TEST : hashCodeTest3()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : withCharsetNullOrEmptyCharsetTest()
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:42:22:FINISHED TEST : withCharsetNullOrEmptyCharsetTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringStringStringTest()
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected
04-12-2024 09:42:22:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected
04-12-2024 09:42:22:FINISHED TEST : constructorStringStringStringTest()
04-12-2024 09:42:22:STARTING TEST : isCompatibleTest1()
04-12-2024 09:42:22:FINISHED TEST : isCompatibleTest1()
04-12-2024 09:42:22:STARTING TEST : isCompatibleTest2()
04-12-2024 09:42:22:FINISHED TEST : isCompatibleTest2()
04-12-2024 09:42:22:STARTING TEST : isCompatibleTest3()
04-12-2024 09:42:22:FINISHED TEST : isCompatibleTest3()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithSingleValuedMapTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1
04-12-2024 09:42:22:FINISHED TEST : constructorWithSingleValuedMapTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithCapacityAndLoadTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:For given key the map does not contain following values as expected:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : constructorWithCapacityAndLoadTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithMapThrowsNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : constructorWithMapThrowsNPETest()
04-12-2024 09:42:22:STARTING TEST : defaultConstructorTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:For given key the map does not contain following values as expected:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : defaultConstructorTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithMapTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:FINISHED TEST : constructorWithMapTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithInitialCapacityTest()
04-12-2024 09:42:22:Found key key with following values:
04-12-2024 09:42:22:value1 value2 value3
04-12-2024 09:42:22:For given key the map does not contain following values as expected:
04-12-2024 09:42:22:value4 value5
04-12-2024 09:42:22:FINISHED TEST : constructorWithInitialCapacityTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest()
04-12-2024 09:42:22:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : addAllListEmptyReturnsImmediatellyTest()
04-12-2024 09:42:22:Method did return immediatelly for empty array
04-12-2024 09:42:22:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest()
04-12-2024 09:42:22:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-12-2024 09:42:22:Method did return immediatelly for empty array
04-12-2024 09:42:22:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenEmptyTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenEmptyTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenSingleItemTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenSingleItemTest()
04-12-2024 09:42:22:STARTING TEST : addAllValuesThrowNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : addAllValuesThrowNPETest()
04-12-2024 09:42:22:STARTING TEST : addAllValuesNullKeyTest()
04-12-2024 09:42:22:All values have been added for null key
04-12-2024 09:42:22:FINISHED TEST : addAllValuesNullKeyTest()
04-12-2024 09:42:22:STARTING TEST : addAllListThrowNPETest()
04-12-2024 09:42:22:NullPointerException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : addAllListThrowNPETest()
04-12-2024 09:42:22:STARTING TEST : addFirstTest()
04-12-2024 09:42:22:#addFirst added new item to a first position
04-12-2024 09:42:22:FINISHED TEST : addFirstTest()
04-12-2024 09:42:22:STARTING TEST : putSingleTest()
04-12-2024 09:42:22:FINISHED TEST : putSingleTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenMoreItemsTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenMoreItemsTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenFirstErasedTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenFirstErasedTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenListClearedTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenListClearedTest()
04-12-2024 09:42:22:STARTING TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:42:22:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected
04-12-2024 09:42:22:FINISHED TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:42:22:STARTING TEST : addAllListNullKeyTest()
04-12-2024 09:42:22:All values have been added for null key
04-12-2024 09:42:22:FINISHED TEST : addAllListNullKeyTest()
04-12-2024 09:42:22:STARTING TEST : addAllValuesTest()
04-12-2024 09:42:22:All values have been added for key key0
04-12-2024 09:42:22:FINISHED TEST : addAllValuesTest()
04-12-2024 09:42:22:STARTING TEST : getFirstWhenKeyIsNullTest()
04-12-2024 09:42:22:FINISHED TEST : getFirstWhenKeyIsNullTest()
04-12-2024 09:42:22:STARTING TEST : addAllListTest()
04-12-2024 09:42:22:All values have been added for key key0
04-12-2024 09:42:22:FINISHED TEST : addAllListTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : parseTest1()
04-12-2024 09:42:22:FINISHED TEST : parseTest1()
04-12-2024 09:42:22:STARTING TEST : parseTest2()
04-12-2024 09:42:22:FINISHED TEST : parseTest2()
04-12-2024 09:42:22:STARTING TEST : parseTest3()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : parseTest3()
04-12-2024 09:42:22:STARTING TEST : constructorTest1()
04-12-2024 09:42:22:FINISHED TEST : constructorTest1()
04-12-2024 09:42:22:STARTING TEST : constructorTest2()
04-12-2024 09:42:22:FINISHED TEST : constructorTest2()
04-12-2024 09:42:22:STARTING TEST : constructorTest3()
04-12-2024 09:42:22:FINISHED TEST : constructorTest3()
04-12-2024 09:42:22:STARTING TEST : constructorTest4()
04-12-2024 09:42:22:FINISHED TEST : constructorTest4()
04-12-2024 09:42:22:STARTING TEST : constructorTest5()
04-12-2024 09:42:22:FINISHED TEST : constructorTest5()
04-12-2024 09:42:22:STARTING TEST : constructorTest6()
04-12-2024 09:42:22:FINISHED TEST : constructorTest6()
04-12-2024 09:42:22:STARTING TEST : constructorTest7()
04-12-2024 09:42:22:FINISHED TEST : constructorTest7()
04-12-2024 09:42:22:STARTING TEST : constructorTest8()
04-12-2024 09:42:22:FINISHED TEST : constructorTest8()
04-12-2024 09:42:22:STARTING TEST : constructorTest9()
04-12-2024 09:42:22:FINISHED TEST : constructorTest9()
04-12-2024 09:42:22:STARTING TEST : equalsTest()
04-12-2024 09:42:22:FINISHED TEST : equalsTest()
04-12-2024 09:42:22:STARTING TEST : toCookieTest()
04-12-2024 09:42:22:FINISHED TEST : toCookieTest()
04-12-2024 09:42:22:STARTING TEST : toStringTest()
04-12-2024 09:42:22:FINISHED TEST : toStringTest()
04-12-2024 09:42:22:STARTING TEST : constructorTest10()
04-12-2024 09:42:22:FINISHED TEST : constructorTest10()
04-12-2024 09:42:22:STARTING TEST : constructorTest11()
04-12-2024 09:42:22:FINISHED TEST : constructorTest11()
04-12-2024 09:42:22:STARTING TEST : constructorTest12()
04-12-2024 09:42:22:FINISHED TEST : constructorTest12()
04-12-2024 09:42:22:STARTING TEST : constructorTest13()
04-12-2024 09:42:22:FINISHED TEST : constructorTest13()
04-12-2024 09:42:22:STARTING TEST : constructorTest14()
04-12-2024 09:42:22:FINISHED TEST : constructorTest14()
04-12-2024 09:42:22:STARTING TEST : constructorTest15()
04-12-2024 09:42:22:FINISHED TEST : constructorTest15()
04-12-2024 09:42:22:STARTING TEST : constructorTest16()
04-12-2024 09:42:22:FINISHED TEST : constructorTest16()
04-12-2024 09:42:22:STARTING TEST : constructorTest17()
04-12-2024 09:42:22:FINISHED TEST : constructorTest17()
04-12-2024 09:42:22:STARTING TEST : constructorTest18()
04-12-2024 09:42:22:FINISHED TEST : constructorTest18()
04-12-2024 09:42:22:STARTING TEST : constructorTest19()
04-12-2024 09:42:22:FINISHED TEST : constructorTest19()
04-12-2024 09:42:22:STARTING TEST : constructorTest20()
04-12-2024 09:42:22:FINISHED TEST : constructorTest20()
04-12-2024 09:42:22:STARTING TEST : constructorTest21()
04-12-2024 09:42:22:FINISHED TEST : constructorTest21()
04-12-2024 09:42:22:STARTING TEST : constructorTest22()
04-12-2024 09:42:22:FINISHED TEST : constructorTest22()
04-12-2024 09:42:22:STARTING TEST : constructorTest23()
04-12-2024 09:42:22:FINISHED TEST : constructorTest23()
04-12-2024 09:42:22:STARTING TEST : constructorTest24()
04-12-2024 09:42:22:FINISHED TEST : constructorTest24()
04-12-2024 09:42:22:STARTING TEST : constructorTest25()
04-12-2024 09:42:22:FINISHED TEST : constructorTest25()
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : constructorNullStringTest()
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:FINISHED TEST : constructorNullStringTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:22:STARTING TEST : constructorStringTest()
04-12-2024 09:42:22:The exception contains expected #getMessage()
04-12-2024 09:42:22:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:22:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:22:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:22:getCause contains expected java.io.IOException
04-12-2024 09:42:22:getCause contains expected java.lang.Error
04-12-2024 09:42:22:getCause contains expected java.lang.Throwable
04-12-2024 09:42:22:FINISHED TEST : constructorThrowableTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT
04-12-2024 09:42:22:STARTING TEST : languageTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : languageTest()
04-12-2024 09:42:22:STARTING TEST : getLocationNotPresentTest()
04-12-2024 09:42:22:#getLocation returns null as expected
04-12-2024 09:42:22:FINISHED TEST : getLocationNotPresentTest()
04-12-2024 09:42:22:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:42:22:HeaderDelegate is used for header s3
04-12-2024 09:42:22:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:42:22:STARTING TEST : getLinksIsNotNullTest()
04-12-2024 09:42:22:#getLinks contains no links as expected
04-12-2024 09:42:22:FINISHED TEST : getLinksIsNotNullTest()
04-12-2024 09:42:22:STARTING TEST : cacheControlTest()
04-12-2024 09:42:22:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-12-2024 09:42:22:FINISHED TEST : cacheControlTest()
04-12-2024 09:42:22:STARTING TEST : acceptedStringTest()
04-12-2024 09:42:22:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-12-2024 09:42:22:FINISHED TEST : acceptedStringTest()
04-12-2024 09:42:22:STARTING TEST : seeOtherTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : seeOtherTest()
04-12-2024 09:42:22:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:42:22:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:42:22:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:42:22:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:42:22:#getEntityTag() is null as expected
04-12-2024 09:42:22:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:42:22:STARTING TEST : getLinksTest()
04-12-2024 09:42:22:#getLinks contains expected links
04-12-2024 09:42:22:FINISHED TEST : getLinksTest()
04-12-2024 09:42:22:STARTING TEST : variantTest()
04-12-2024 09:42:22:
04-12-2024 09:42:22:FINISHED TEST : variantTest()
04-12-2024 09:42:22:STARTING TEST : cookieTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : cookieTest()
04-12-2024 09:42:22:STARTING TEST : lastModifiedTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : lastModifiedTest()
04-12-2024 09:42:22:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:22:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1fae279e,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@411db18d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7d24bd80
04-12-2024 09:42:22:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:22:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:42:22:#getLanguage() is null as expected
04-12-2024 09:42:22:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:42:22:STARTING TEST : entityTest()
04-12-2024 09:42:22:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : entityTest()
04-12-2024 09:42:22:STARTING TEST : okTest1()
04-12-2024 09:42:22:Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : okTest1()
04-12-2024 09:42:22:STARTING TEST : okTest2()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : okTest2()
04-12-2024 09:42:22:STARTING TEST : okTest3()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-12-2024 09:42:22:FINISHED TEST : okTest3()
04-12-2024 09:42:22:STARTING TEST : okTest4()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200


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


    Content Type text/plain was found
04-12-2024 09:42:22:FINISHED TEST : typeTest()
04-12-2024 09:42:22:STARTING TEST : cloneTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : cloneTest()
04-12-2024 09:42:22:STARTING TEST : acceptedGenericEntityTest()
04-12-2024 09:42:22:Correct status found in Response: 202

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

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


    Encoding ccitt was found


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

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-12-2024 09:42:22:FINISHED TEST : cacheControlTest()
04-12-2024 09:42:22:STARTING TEST : acceptedStringTest()
04-12-2024 09:42:22:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-12-2024 09:42:22:FINISHED TEST : acceptedStringTest()
04-12-2024 09:42:22:STARTING TEST : seeOtherTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : seeOtherTest()
04-12-2024 09:42:22:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:42:22:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:42:22:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:42:22:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:42:22:#getEntityTag() is null as expected
04-12-2024 09:42:22:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:42:22:STARTING TEST : getLinksTest()
04-12-2024 09:42:22:#getLinks contains expected links
04-12-2024 09:42:22:FINISHED TEST : getLinksTest()
04-12-2024 09:42:22:STARTING TEST : variantTest()
04-12-2024 09:42:22:
04-12-2024 09:42:22:FINISHED TEST : variantTest()
04-12-2024 09:42:22:STARTING TEST : cookieTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : cookieTest()
04-12-2024 09:42:22:STARTING TEST : lastModifiedTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : lastModifiedTest()
04-12-2024 09:42:22:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:22:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@39ad1fdb,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7321f698,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@22e470f4
04-12-2024 09:42:22:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:42:22:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:42:22:#getLanguage() is null as expected
04-12-2024 09:42:22:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:42:22:STARTING TEST : entityTest()
04-12-2024 09:42:22:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : entityTest()
04-12-2024 09:42:22:STARTING TEST : okTest1()
04-12-2024 09:42:22:Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : okTest1()
04-12-2024 09:42:22:STARTING TEST : okTest2()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200
04-12-2024 09:42:22:FINISHED TEST : okTest2()
04-12-2024 09:42:22:STARTING TEST : okTest3()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-12-2024 09:42:22:FINISHED TEST : okTest3()
04-12-2024 09:42:22:STARTING TEST : okTest4()
04-12-2024 09:42:22:Correct content found in Response: Test only

    Correct status found in Response: 200


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


    Content Type text/plain was found
04-12-2024 09:42:22:FINISHED TEST : typeTest()
04-12-2024 09:42:22:STARTING TEST : cloneTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : cloneTest()
04-12-2024 09:42:22:STARTING TEST : acceptedGenericEntityTest()
04-12-2024 09:42:22:Correct status found in Response: 202

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

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

        Found expected header accept-language.
        Found expected header accept-encoding.
04-12-2024 09:42:22:FINISHED TEST : variantsTest()
04-12-2024 09:42:22:STARTING TEST : getCookiesTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:#getCookies returned expected cookies
04-12-2024 09:42:22:FINISHED TEST : getCookiesTest()
04-12-2024 09:42:22:STARTING TEST : statusFamilyValuesTest()
04-12-2024 09:42:22:FINISHED TEST : statusFamilyValuesTest()
04-12-2024 09:42:22:STARTING TEST : headerTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : headerTest()
04-12-2024 09:42:22:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:42:22:#hasEntity has not found any entity as expected
04-12-2024 09:42:22:FINISHED TEST : hasEntityWhenNoEntityTest()
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : familyOfTest()
04-12-2024 09:42:22:#familyOf() returned expected Family for given statuses
04-12-2024 09:42:22:FINISHED TEST : familyOfTest()
04-12-2024 09:42:22:STARTING TEST : getStatusCodeTest()
04-12-2024 09:42:22:Found expected status code 200 for status 200
04-12-2024 09:42:22:Found expected status code 201 for status 201
04-12-2024 09:42:22:Found expected status code 202 for status 202
04-12-2024 09:42:22:Found expected status code 204 for status 204
04-12-2024 09:42:22:Found expected status code 205 for status 205
04-12-2024 09:42:22:Found expected status code 206 for status 206
04-12-2024 09:42:22:Found expected status code 301 for status 301
04-12-2024 09:42:22:Found expected status code 302 for status 302
04-12-2024 09:42:22:Found expected status code 303 for status 303
04-12-2024 09:42:22:Found expected status code 304 for status 304
04-12-2024 09:42:22:Found expected status code 305 for status 305
04-12-2024 09:42:22:Found expected status code 307 for status 307
04-12-2024 09:42:22:Found expected status code 400 for status 400
04-12-2024 09:42:22:Found expected status code 401 for status 401
04-12-2024 09:42:22:Found expected status code 402 for status 402
04-12-2024 09:42:22:Found expected status code 403 for status 403
04-12-2024 09:42:22:Found expected status code 404 for status 404
04-12-2024 09:42:22:Found expected status code 405 for status 405
04-12-2024 09:42:22:Found expected status code 406 for status 406
04-12-2024 09:42:22:Found expected status code 407 for status 407
04-12-2024 09:42:22:Found expected status code 408 for status 408
04-12-2024 09:42:22:Found expected status code 409 for status 409
04-12-2024 09:42:22:Found expected status code 410 for status 410
04-12-2024 09:42:22:Found expected status code 411 for status 411
04-12-2024 09:42:22:Found expected status code 412 for status 412
04-12-2024 09:42:22:Found expected status code 413 for status 413
04-12-2024 09:42:22:Found expected status code 414 for status 414
04-12-2024 09:42:22:Found expected status code 415 for status 415
04-12-2024 09:42:22:Found expected status code 416 for status 416
04-12-2024 09:42:22:Found expected status code 417 for status 417
04-12-2024 09:42:22:Found expected status code 500 for status 500
04-12-2024 09:42:22:Found expected status code 501 for status 501
04-12-2024 09:42:22:Found expected status code 502 for status 502
04-12-2024 09:42:22:Found expected status code 503 for status 503
04-12-2024 09:42:22:Found expected status code 504 for status 504
04-12-2024 09:42:22:Found expected status code 505 for status 505
04-12-2024 09:42:22:FINISHED TEST : getStatusCodeTest()
04-12-2024 09:42:22:STARTING TEST : getFamilyTest()
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 200
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 201
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 202
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 204
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 205
04-12-2024 09:42:22:Found expected family SUCCESSFUL for status 206
04-12-2024 09:42:22:Found expected family REDIRECTION for status 301
04-12-2024 09:42:22:Found expected family REDIRECTION for status 302
04-12-2024 09:42:22:Found expected family REDIRECTION for status 303
04-12-2024 09:42:22:Found expected family REDIRECTION for status 304
04-12-2024 09:42:22:Found expected family REDIRECTION for status 305
04-12-2024 09:42:22:Found expected family REDIRECTION for status 307
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 400
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 401
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 402
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 403
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 404
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 405
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 406
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 407
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 408
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 409
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 410
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 411
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 412
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 413
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 414
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 415
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 416
04-12-2024 09:42:22:Found expected family CLIENT_ERROR for status 417
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 500
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 501
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 502
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 503
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 504
04-12-2024 09:42:22:Found expected family SERVER_ERROR for status 505
04-12-2024 09:42:22:FINISHED TEST : getFamilyTest()
04-12-2024 09:42:22:STARTING TEST : getReasonPhraseTest()
04-12-2024 09:42:22:Found expected phrase OK for status 200
04-12-2024 09:42:22:Found expected phrase Created for status 201
04-12-2024 09:42:22:Found expected phrase Accepted for status 202
04-12-2024 09:42:22:Found expected phrase No Content for status 204
04-12-2024 09:42:22:Found expected phrase Reset Content for status 205
04-12-2024 09:42:22:Found expected phrase Partial Content for status 206
04-12-2024 09:42:22:Found expected phrase Moved Permanently for status 301
04-12-2024 09:42:22:Found expected phrase Found for status 302
04-12-2024 09:42:22:Found expected phrase See Other for status 303
04-12-2024 09:42:22:Found expected phrase Not Modified for status 304
04-12-2024 09:42:22:Found expected phrase Use Proxy for status 305
04-12-2024 09:42:22:Found expected phrase Temporary Redirect for status 307
04-12-2024 09:42:22:Found expected phrase Bad Request for status 400
04-12-2024 09:42:22:Found expected phrase Unauthorized for status 401
04-12-2024 09:42:22:Found expected phrase Payment Required for status 402
04-12-2024 09:42:22:Found expected phrase Forbidden for status 403
04-12-2024 09:42:22:Found expected phrase Not Found for status 404
04-12-2024 09:42:22:Found expected phrase Method Not Allowed for status 405
04-12-2024 09:42:22:Found expected phrase Not Acceptable for status 406
04-12-2024 09:42:22:Found expected phrase Proxy Authentication Required for status 407
04-12-2024 09:42:22:Found expected phrase Request Timeout for status 408
04-12-2024 09:42:22:Found expected phrase Conflict for status 409
04-12-2024 09:42:22:Found expected phrase Gone for status 410
04-12-2024 09:42:22:Found expected phrase Length Required for status 411
04-12-2024 09:42:22:Found expected phrase Precondition Failed for status 412
04-12-2024 09:42:22:Found expected phrase Request Entity Too Large for status 413
04-12-2024 09:42:22:Found expected phrase Request-URI Too Long for status 414
04-12-2024 09:42:22:Found expected phrase Unsupported Media Type for status 415
04-12-2024 09:42:22:Found expected phrase Requested Range Not Satisfiable for status 416
04-12-2024 09:42:22:Found expected phrase Expectation Failed for status 417
04-12-2024 09:42:22:Found expected phrase Internal Server Error for status 500
04-12-2024 09:42:22:Found expected phrase Not Implemented for status 501
04-12-2024 09:42:22:Found expected phrase Bad Gateway for status 502
04-12-2024 09:42:22:Found expected phrase Service Unavailable for status 503
04-12-2024 09:42:22:Found expected phrase Gateway Timeout for status 504
04-12-2024 09:42:22:Found expected phrase HTTP Version Not Supported for status 505
04-12-2024 09:42:22:FINISHED TEST : getReasonPhraseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
04-12-2024 09:42:22:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:STARTING TEST : toTemplateTest()
04-12-2024 09:42:22:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:42:22:FINISHED TEST : toTemplateTest()
04-12-2024 09:42:22:STARTING TEST : replacePathTest1()
04-12-2024 09:42:22:FINISHED TEST : replacePathTest1()
04-12-2024 09:42:22:STARTING TEST : replacePathTest2()
04-12-2024 09:42:22:FINISHED TEST : replacePathTest2()
04-12-2024 09:42:22:STARTING TEST : replacePathTest3()
04-12-2024 09:42:22:FINISHED TEST : replacePathTest3()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : uriStringTest()
04-12-2024 09:42:22:FINISHED TEST : uriStringTest()
04-12-2024 09:42:22:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-12-2024 09:42:22:STARTING TEST : uriStringThrowsIAEWhenNoUriTest()
04-12-2024 09:42:22:#IllegalArgumentException has been thrown as expected for #uri(noURI)
04-12-2024 09:42:22:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:STARTING TEST : fromLinkTest()
04-12-2024 09:42:22:URI fromLink is equal to the expected URI
04-12-2024 09:42:22:FINISHED TEST : fromLinkTest()
04-12-2024 09:42:22:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-12-2024 09:42:22:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-12-2024 09:42:22:STARTING TEST : uriTest1()
04-12-2024 09:42:22:FINISHED TEST : uriTest1()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-12-2024 09:42:22:STARTING TEST : replaceQueryParamTest1()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryParamTest1()
04-12-2024 09:42:22:STARTING TEST : replaceQueryParamTest2()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryParamTest2()
04-12-2024 09:42:22:STARTING TEST : replaceQueryParamTest3()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryParamTest3()
04-12-2024 09:42:22:STARTING TEST : schemeTest1()
04-12-2024 09:42:22:FINISHED TEST : schemeTest1()
04-12-2024 09:42:22:STARTING TEST : schemeTest2()
04-12-2024 09:42:22:FINISHED TEST : schemeTest2()
04-12-2024 09:42:22:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest()
04-12-2024 09:42:22:STARTING TEST : buildFromMapTest1()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapTest1()
04-12-2024 09:42:22:STARTING TEST : buildFromMapTest2()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapTest2()
04-12-2024 09:42:22:STARTING TEST : buildFromMapTest3()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapTest3()
04-12-2024 09:42:22:STARTING TEST : buildFromMapTest4()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapTest4()
04-12-2024 09:42:22:STARTING TEST : buildFromMapTest5()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapTest5()
04-12-2024 09:42:22:STARTING TEST : fragmentTest1()
04-12-2024 09:42:22:FINISHED TEST : fragmentTest1()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : hostTest1()
04-12-2024 09:42:22:FINISHED TEST : hostTest1()
04-12-2024 09:42:22:STARTING TEST : hostTest2()
04-12-2024 09:42:22:FINISHED TEST : hostTest2()
04-12-2024 09:42:22:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-12-2024 09:42:22:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException
04-12-2024 09:42:22:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-12-2024 09:42:22:STARTING TEST : userInfoTest()
foo:foo
foo:foo
04-12-2024 09:42:22:FINISHED TEST : userInfoTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-12-2024 09:42:22:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-12-2024 09:42:22:STARTING TEST : buildTest1()
04-12-2024 09:42:22:FINISHED TEST : buildTest1()
04-12-2024 09:42:22:STARTING TEST : buildTest2()
04-12-2024 09:42:22:FINISHED TEST : buildTest2()
04-12-2024 09:42:22:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-12-2024 09:42:22:STARTING TEST : pathTest0()
04-12-2024 09:42:22:FINISHED TEST : pathTest0()
04-12-2024 09:42:22:STARTING TEST : pathTest1()
04-12-2024 09:42:22:FINISHED TEST : pathTest1()
04-12-2024 09:42:22:STARTING TEST : pathTest2()
04-12-2024 09:42:22:FINISHED TEST : pathTest2()
04-12-2024 09:42:22:STARTING TEST : pathTest3()
04-12-2024 09:42:22:FINISHED TEST : pathTest3()
04-12-2024 09:42:22:STARTING TEST : pathTest4()
04-12-2024 09:42:22:FINISHED TEST : pathTest4()
04-12-2024 09:42:22:STARTING TEST : pathTest5()
04-12-2024 09:42:22:FINISHED TEST : pathTest5()
04-12-2024 09:42:22:STARTING TEST : pathTest6()
04-12-2024 09:42:22:FINISHED TEST : pathTest6()
04-12-2024 09:42:22:STARTING TEST : pathTest7()
04-12-2024 09:42:22:FINISHED TEST : pathTest7()
04-12-2024 09:42:22:STARTING TEST : pathTest8()
04-12-2024 09:42:22:FINISHED TEST : pathTest8()
04-12-2024 09:42:22:STARTING TEST : pathTest9()
04-12-2024 09:42:22:FINISHED TEST : pathTest9()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : templateTest1()
04-12-2024 09:42:22:FINISHED TEST : templateTest1()
04-12-2024 09:42:22:STARTING TEST : templateTest2()
04-12-2024 09:42:22:FINISHED TEST : templateTest2()
04-12-2024 09:42:22:STARTING TEST : uriTest()
04-12-2024 09:42:22: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-12-2024 09:42:22:FINISHED TEST : uriTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:42:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:42:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-12-2024 09:42:22:STARTING TEST : uriStringThrowsIAEWhenNullTest()
04-12-2024 09:42:22:#IllegalArgumentException has been thrown as expected for #uri(null)
04-12-2024 09:42:22:FINISHED TEST : uriStringThrowsIAEWhenNullTest()
04-12-2024 09:42:22:STARTING TEST : replaceQueryTest1()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryTest1()
04-12-2024 09:42:22:STARTING TEST : replaceQueryTest2()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryTest2()
04-12-2024 09:42:22:STARTING TEST : replaceQueryTest3()
04-12-2024 09:42:22:FINISHED TEST : replaceQueryTest3()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:42:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:42:22:STARTING TEST : uriBuilderExceptionTest1()
04-12-2024 09:42:22:FINISHED TEST : uriBuilderExceptionTest1()
04-12-2024 09:42:22:STARTING TEST : uriBuilderExceptionTest2()
04-12-2024 09:42:22:FINISHED TEST : uriBuilderExceptionTest2()
04-12-2024 09:42:22:STARTING TEST : uriBuilderExceptionTest3()
04-12-2024 09:42:22:FINISHED TEST : uriBuilderExceptionTest3()
04-12-2024 09:42:22:STARTING TEST : uriBuilderExceptionTest4()
04-12-2024 09:42:22:FINISHED TEST : uriBuilderExceptionTest4()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:42:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixParamTest1()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixParamTest1()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixParamTest2()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixParamTest2()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixParamTest3()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixParamTest3()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixParamTest4()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixParamTest4()
04-12-2024 09:42:22:STARTING TEST : buildObjectsBooleanEncodedTest()
04-12-2024 09:42:22:FINISHED TEST : buildObjectsBooleanEncodedTest()
04-12-2024 09:42:22:STARTING TEST : schemeSpecificPartTest1()
04-12-2024 09:42:22:FINISHED TEST : schemeSpecificPartTest1()
04-12-2024 09:42:22:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:22:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixTest1()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixTest1()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixTest2()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixTest2()
04-12-2024 09:42:22:STARTING TEST : replaceMatrixTest3()
04-12-2024 09:42:22:FINISHED TEST : replaceMatrixTest3()
04-12-2024 09:42:22:STARTING TEST : segmentTest1()
04-12-2024 09:42:22:FINISHED TEST : segmentTest1()
04-12-2024 09:42:22:STARTING TEST : segmentTest2()
04-12-2024 09:42:22:FINISHED TEST : segmentTest2()
04-12-2024 09:42:22:STARTING TEST : segmentTest3()
04-12-2024 09:42:22:FINISHED TEST : segmentTest3()
04-12-2024 09:42:22:STARTING TEST : fromResourceTest1()
04-12-2024 09:42:22:FINISHED TEST : fromResourceTest1()
04-12-2024 09:42:22:STARTING TEST : fromResourceTest2()
04-12-2024 09:42:22:FINISHED TEST : fromResourceTest2()
04-12-2024 09:42:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-12-2024 09:42:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-12-2024 09:42:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-12-2024 09:42:23:STARTING TEST : schemeSpecificPartTest()
04-12-2024 09:42:23:FINISHED TEST : schemeSpecificPartTest()
04-12-2024 09:42:23:STARTING TEST : matrixParamTest1()
04-12-2024 09:42:23:FINISHED TEST : matrixParamTest1()
04-12-2024 09:42:23:STARTING TEST : matrixParamTest2()
04-12-2024 09:42:23:FINISHED TEST : matrixParamTest2()
04-12-2024 09:42:23:STARTING TEST : matrixParamTest3()
04-12-2024 09:42:23:FINISHED TEST : matrixParamTest3()
04-12-2024 09:42:23:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-12-2024 09:42:23:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-12-2024 09:42:23:STARTING TEST : fromUriTest1()
04-12-2024 09:42:23:FINISHED TEST : fromUriTest1()
04-12-2024 09:42:23:STARTING TEST : fromUriTest2()
04-12-2024 09:42:23:FINISHED TEST : fromUriTest2()
04-12-2024 09:42:23:STARTING TEST : fromUriTest3()
04-12-2024 09:42:23:FINISHED TEST : fromUriTest3()
04-12-2024 09:42:23:STARTING TEST : fromUriTest4()
04-12-2024 09:42:23:FINISHED TEST : fromUriTest4()
04-12-2024 09:42:23:STARTING TEST : pathTest10()
04-12-2024 09:42:23:FINISHED TEST : pathTest10()
04-12-2024 09:42:23:STARTING TEST : pathTest11()
04-12-2024 09:42:23:FINISHED TEST : pathTest11()
04-12-2024 09:42:23:STARTING TEST : pathTest12()
04-12-2024 09:42:23:FINISHED TEST : pathTest12()
04-12-2024 09:42:23:STARTING TEST : pathTest13()
04-12-2024 09:42:23:FINISHED TEST : pathTest13()
04-12-2024 09:42:23:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:42:23:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:42:23:STARTING TEST : resolveTemplateStringObjectTest()
04-12-2024 09:42:23:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:42:23:FINISHED TEST : resolveTemplateStringObjectTest()
04-12-2024 09:42:23:STARTING TEST : fromMethodTest()
04-12-2024 09:42:23:URI fromMethod is equal to the expected URI /sub
04-12-2024 09:42:23:FINISHED TEST : fromMethodTest()
04-12-2024 09:42:23:STARTING TEST : portTest1()
04-12-2024 09:42:23:FINISHED TEST : portTest1()
04-12-2024 09:42:23:STARTING TEST : portTest2()
04-12-2024 09:42:23:FINISHED TEST : portTest2()
04-12-2024 09:42:23:STARTING TEST : pathTest()
04-12-2024 09:42:23:FINISHED TEST : pathTest()
04-12-2024 09:42:23:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:42:23:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-12-2024 09:42:23:STARTING TEST : fromEncodedTest1()
04-12-2024 09:42:23:FINISHED TEST : fromEncodedTest1()
04-12-2024 09:42:23:STARTING TEST : fromEncodedTest2()
04-12-2024 09:42:23:FINISHED TEST : fromEncodedTest2()
04-12-2024 09:42:23:STARTING TEST : fromEncodedTest3()
04-12-2024 09:42:23:FINISHED TEST : fromEncodedTest3()
04-12-2024 09:42:23:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-12-2024 09:42:23:STARTING TEST : buildObjectsBooleanNotEncodedTest()
04-12-2024 09:42:23:FINISHED TEST : buildObjectsBooleanNotEncodedTest()
04-12-2024 09:42:23:STARTING TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:42:23:FINISHED TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:42:23:STARTING TEST : queryParamTest1()
04-12-2024 09:42:23:FINISHED TEST : queryParamTest1()
04-12-2024 09:42:23:STARTING TEST : queryParamTest2()
04-12-2024 09:42:23:FINISHED TEST : queryParamTest2()
04-12-2024 09:42:23:STARTING TEST : queryParamTest3()
04-12-2024 09:42:23:FINISHED TEST : queryParamTest3()
04-12-2024 09:42:23:STARTING TEST : queryParamTest4()
04-12-2024 09:42:23:FINISHED TEST : queryParamTest4()
04-12-2024 09:42:23:STARTING TEST : queryParamTest5()
04-12-2024 09:42:23:FINISHED TEST : queryParamTest5()
04-12-2024 09:42:23:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-12-2024 09:42:23:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-12-2024 09:42:23:STARTING TEST : fromPathTest1()
04-12-2024 09:42:23:FINISHED TEST : fromPathTest1()
04-12-2024 09:42:23:STARTING TEST : fromPathTest2()
04-12-2024 09:42:23:FINISHED TEST : fromPathTest2()
04-12-2024 09:42:23:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-12-2024 09:42:23:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:42:23:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:42:23:STARTING TEST : cloneTest1()
04-12-2024 09:42:23:FINISHED TEST : cloneTest1()
04-12-2024 09:42:23:STARTING TEST : resolveTemplatesMapTest()
04-12-2024 09:42:23:FINISHED TEST : resolveTemplatesMapTest()
04-12-2024 09:42:23:STARTING TEST : buildFromEncodedMapTest1()
04-12-2024 09:42:23:FINISHED TEST : buildFromEncodedMapTest1()
04-12-2024 09:42:23:STARTING TEST : buildFromEncodedMapTest2()
04-12-2024 09:42:23:FINISHED TEST : buildFromEncodedMapTest2()
04-12-2024 09:42:23:STARTING TEST : buildFromEncodedMapTest3()
04-12-2024 09:42:23:FINISHED TEST : buildFromEncodedMapTest3()
04-12-2024 09:42:23:STARTING TEST : buildFromEncodedMapTest4()
04-12-2024 09:42:23:FINISHED TEST : buildFromEncodedMapTest4()
04-12-2024 09:42:23:STARTING TEST : buildFromEncodedMapTest5()
04-12-2024 09:42:23:FINISHED TEST : buildFromEncodedMapTest5()
[WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.111 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:Thrown IllegalArgumentException as expected
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringTest()
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringTest()
04-12-2024 09:42:23:STARTING TEST : equalsTest2()
04-12-2024 09:42:23:FINISHED TEST : equalsTest2()
04-12-2024 09:42:23:STARTING TEST : equalsTest3()
04-12-2024 09:42:23:FINISHED TEST : equalsTest3()
04-12-2024 09:42:23:STARTING TEST : encodingsTest()
04-12-2024 09:42:23:FINISHED TEST : encodingsTest()
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringStringStringTest()
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringStringStringTest()
04-12-2024 09:42:23:STARTING TEST : languagesTest()
04-12-2024 09:42:23:FINISHED TEST : languagesTest()
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:Thrown IllegalArgumentException as expected
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorTest1()
04-12-2024 09:42:23:FINISHED TEST : constructorTest1()
04-12-2024 09:42:23:STARTING TEST : constructorTest2()
04-12-2024 09:42:23:FINISHED TEST : constructorTest2()
04-12-2024 09:42:23:STARTING TEST : constructorTest3()
04-12-2024 09:42:23:FINISHED TEST : constructorTest3()
04-12-2024 09:42:23:STARTING TEST : equalTest1()
04-12-2024 09:42:23:FINISHED TEST : equalTest1()
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:Thrown IllegalArgumentException as expected
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:STARTING TEST : getLanguageStringTest()
04-12-2024 09:42:23:#getLanguageString returned exected language string
04-12-2024 09:42:23:FINISHED TEST : getLanguageStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorMediaStringStringStringTest()
04-12-2024 09:42:23:FINISHED TEST : constructorMediaStringStringStringTest()
04-12-2024 09:42:23:STARTING TEST : mediaTypesTest()
04-12-2024 09:42:23:FINISHED TEST : mediaTypesTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : languageTest()
04-12-2024 09:42:23:FINISHED TEST : languageTest()
04-12-2024 09:42:23:STARTING TEST : encodingTest()
04-12-2024 09:42:23:FINISHED TEST : encodingTest()
04-12-2024 09:42:23:STARTING TEST : complexTest()
04-12-2024 09:42:23:FINISHED TEST : complexTest()
04-12-2024 09:42:23:STARTING TEST : mediaTypesTest1()
04-12-2024 09:42:23:FINISHED TEST : mediaTypesTest1()
04-12-2024 09:42:23:STARTING TEST : mediaTypesTest2()
04-12-2024 09:42:23:FINISHED TEST : mediaTypesTest2()
04-12-2024 09:42:23:STARTING TEST : newInstanceTest()
04-12-2024 09:42:23:FINISHED TEST : newInstanceTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04-12-2024 09:42:23:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setAnnotationsTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK

04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : setGenericTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : getMediaTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : webApplicationExceptionTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict
04-12-2024 09:42:23:FINISHED TEST : webApplicationExceptionTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setPropertyNullTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: IOEXCEPTION
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : ioExceptionTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:found expected IOException java.io.IOException: IOException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : ioExceptionTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setMediaTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:#setType set correct type java.io.InputStreamReader
04-12-2024 09:42:23:FINISHED TEST : setTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getAnnotationsTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getGenericTypeTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : setPropertyTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : setPropertyTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : removePropertyTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getHeadersHeadersSetTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:42:23:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:42:23:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:42:23:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:42:23:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:42:23:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getHeadersHeadersSetTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : setInputStreamTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:FINISHED TEST : setInputStreamTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getHeadersOperationSetTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : getHeadersOperationSetTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : getInputStreamTest()
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << getInputStreamEntity
04-12-2024 09:42:23:FINISHED TEST : getInputStreamTest()
04-12-2024 09:42:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:23:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:42:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:23:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:42:23:###############################
04-12-2024 09:42:23:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-12-2024 09:42:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:23:  TRACE: [WIRE] - << Entity
04-12-2024 09:42:23:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : checkCreatedResponseBuilderTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedResponseBuilderTest()
04-12-2024 09:42:23:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedUriBuilderTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedUriBuilderTest()
04-12-2024 09:42:23:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected
04-12-2024 09:42:23:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest()
04-12-2024 09:42:23:STARTING TEST : createEndpointTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler
04-12-2024 09:42:23:FINISHED TEST : createEndpointTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedVariantListBuilderTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedVariantListBuilderTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateCookieTest()
04-12-2024 09:42:23:FINISHED TEST : checkCreatedHeaderDelegateCookieTest()
04-12-2024 09:42:23:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest()
04-12-2024 09:42:23: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-12-2024 09:42:23:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-12-2024 09:42:23:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-12-2024 09:42:23:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-12-2024 09:42:23:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest()
04-12-2024 09:42:23:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate
04-12-2024 09:42:23:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-12-2024 09:42:23: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.forbiddenexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:FINISHED TEST : constructorTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Forbidden status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:FINISHED TEST : constructorTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsIEATest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringTest()
04-12-2024 09:42:23:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:FINISHED TEST : constructorTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Not Acceptable status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:42:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:42:23: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.notallowedexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableStringsThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringStringStringsThrowsNPETest()
04-12-2024 09:42:23:NullPointerException has been thrown as expected, for null method
04-12-2024 09:42:23:FINISHED TEST : constructorStringStringStringsThrowsNPETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for when no allow http header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableStringsTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableStringsTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for when no allow http header
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableStringThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableStringThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowsNPETest()
04-12-2024 09:42:23:NullPointerException has been thrown as expected, for null method
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowsNPETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringStringStringsTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringStringStringsTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableStringTest()
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Method Not Allowed status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23: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.notauthorizedexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorObjectsTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:FINISHED TEST : constructorObjectsTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-12-2024 09:42:23:NullPointerException has been thrown as expected for null challenge
04-12-2024 09:42:23:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableObjectTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableObjectTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableObjectsTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableObjectsTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringObjectsTest()
04-12-2024 09:42:23:response contains expected Unauthorized status
04-12-2024 09:42:23:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringObjectsTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest()
04-12-2024 09:42:23:NullPointerException has been thrown as expected for null challenge
04-12-2024 09:42:23:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:FINISHED TEST : constructorTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:23:STARTING TEST : constructorThrowableTest()
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Not Found status
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorTest()
04-12-2024 09:42:23:response contains expected Unsupported Media Type status
04-12-2024 09:42:23:FINISHED TEST : constructorTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithNullThrowableTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithNullThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithNotNullMessageTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithNotNullMessageTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:42:23:FINISHED TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorWithRuntimeExceptionTest()
04-12-2024 09:42:23: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.redirectexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringStatusUriThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringStatusUriThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStatusUriThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStatusUriThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStatusNullUriThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:23:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorIntUriThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorIntUriThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringStatusNullUriThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:23:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorIntUriTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:FINISHED TEST : constructorIntUriTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringStatusUriTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringStatusUriTest()
04-12-2024 09:42:23:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:23:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStatusUriTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:FINISHED TEST : constructorStatusUriTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringIntUriThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringIntUriThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:23:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringIntUriTest()
04-12-2024 09:42:23:response contains expected Multiple Choices status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Moved Permanently status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Found status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected See Other status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Not Modified status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Use Proxy status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Temporary Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:response contains expected Permanent Redirect status
04-12-2024 09:42:23:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:42:23:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:42:23:FINISHED TEST : constructorStringIntUriTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : valueOfTest()
04-12-2024 09:42:23:#valueOf( CLIENT ) equals CLIENT as expected
04-12-2024 09:42:23:#valueOf( SERVER ) equals SERVER as expected
04-12-2024 09:42:23:FINISHED TEST : valueOfTest()
04-12-2024 09:42:23:STARTING TEST : valuesTest()
04-12-2024 09:42:23:Found CLIENT in valus() CLIENT, SERVER
04-12-2024 09:42:23:Found SERVER in valus() CLIENT, SERVER
04-12-2024 09:42:23: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.servererrorexception.JAXRSClientIT
04-12-2024 09:42:23:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected Not Implemented status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Not Implemented status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Not Implemented status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Not Implemented status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected Bad Gateway status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Bad Gateway status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Bad Gateway status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Bad Gateway status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected Service Unavailable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Service Unavailable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Service Unavailable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Service Unavailable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected Gateway Timeout status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Gateway Timeout status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Gateway Timeout status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Gateway Timeout status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:response contains expected Network Authentication Required status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:response contains expected Network Authentication Required status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:response contains expected Network Authentication Required status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:response contains expected Network Authentication Required status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:42:23:STARTING TEST : constructorResponseTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Not Implemented status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Bad Gateway status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Service Unavailable status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Gateway Timeout status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:response contains expected Network Authentication Required status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:FINISHED TEST : constructorResponseTest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:42:23:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:23:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.io.IOException
04-12-2024 09:42:23:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Error
04-12-2024 09:42:23:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:23:response contains expected Internal Server Error status
04-12-2024 09:42:23:Found expected http Host header
04-12-2024 09:42:23:getCause contains expected java.lang.Throwable
04-12-2024 09:42:23:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:24:STARTING TEST : constructorStatusTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:FINISHED TEST : constructorStatusTest()
04-12-2024 09:42:24:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:24:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusNullThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntThrowableTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntThrowableTest()
04-12-2024 09:42:24:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:42:24:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorIntTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:FINISHED TEST : constructorIntTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:24:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:24:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusThrowableTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusThrowableTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorIntThrowableTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorIntThrowableTest()
04-12-2024 09:42:24:STARTING TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:42:24:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:42:24:STARTING TEST : constructorStatusThrowableTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT
04-12-2024 09:42:24:STARTING TEST : constructorTest()
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected retry time null
04-12-2024 09:42:24:#hasRetryAfter returned expected false value
04-12-2024 09:42:24: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.webapplicationexceptiontest.JAXRSClientIT
04-12-2024 09:42:24:STARTING TEST : constructorStringNullStatusThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown as expected when null Status
04-12-2024 09:42:24:FINISHED TEST : constructorStringNullStatusThrowsIAETest()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableStatusTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableStatusTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableResponseTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:Found expected http Host header
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableResponseTest()
04-12-2024 09:42:24:STARTING TEST : statusNullTest()
04-12-2024 09:42:24:FINISHED TEST : statusNullTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringNullResponseTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringNullResponseTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringIntTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableNullResponseTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableNullResponseTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringTest()
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:FINISHED TEST : constructorStringTest()
04-12-2024 09:42:24:STARTING TEST : throwableStatusTest1()
04-12-2024 09:42:24:FINISHED TEST : throwableStatusTest1()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableIntTest()
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected OK status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Created status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Accepted status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected No Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Reset Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Partial Content status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Multiple Choices status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Moved Permanently status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected See Other status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Modified status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Use Proxy status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Temporary Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Permanent Redirect status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Request status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unauthorized status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Payment Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Forbidden status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Found status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Method Not Allowed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Acceptable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Proxy Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Conflict status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gone status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Length Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Entity Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request-URI Too Long status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unsupported Media Type status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Expectation Failed status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Precondition Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Too Many Requests status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Request Header Fields Too Large status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Internal Server Error status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Not Implemented status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Bad Gateway status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Service Unavailable status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Gateway Timeout status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected HTTP Version Not Supported status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.RuntimeException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.io.IOException
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Error
04-12-2024 09:42:24:response contains expected Network Authentication Required status
04-12-2024 09:42:24:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:42:24:getCause contains expected java.lang.Throwable
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableIntTest()
04-12-2024 09:42:24:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest()
04-12-2024 09:42:24:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:42:24:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:42:24:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:42:24:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:42:24:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
Apr 12, 2024 9:42:24 AM org.jboss.arquillian.container.impl.MapObject populate
WARNING: Configuration contain properties not supported by the backing object org.jboss.arquillian.container.tomcat.managed.TomcatManagedConfiguration
Unused property entries: {debug=true}
Supported property names: [jmxPort, catalinaBase, startupTimeoutInSeconds, bindHttpPort, pass, shutdownTimeoutInSeconds, jmxServerPort, serverConfig, bindAddress, javaHome, loggingProperties, outputToConsole, catalinaHome, javaVmArguments, urlCharset, jmxVirtualHost, appBase, workDir, user, unpackArchive]
Apr 12, 2024 9:42:24 AM org.jboss.arquillian.container.tomcat.managed.TomcatManagedContainer start
INFO: Starting Tomcat with: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -Djava.util.logging.config.file=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/logging.properties, -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager, -Dcom.sun.management.jmxremote.port=8089, -Dcom.sun.management.jmxremote.ssl=false, -Dcom.sun.management.jmxremote.authenticate=false, -Xmx512m, -classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/bin/bootstrap.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/bin/tomcat-juli.jar, -Dcatalina.base=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18, -Dcatalina.home=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18, -Djava.io.tmpdir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/temp, org.apache.catalina.startup.Bootstrap, -config, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/server.xml, start]
12-Apr-2024 09:42:25.154 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/11.0.0-M18
12-Apr-2024 09:42:25.155 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Mar 9 2024 16:22:04 UTC
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 11.0.0.0
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.2.9-300.fc38.x86_64
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /opt/tools/java/openjdk/jdk-17/17.0.2+8
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           17.0.2+8-86
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:42:25.156 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/logging.properties
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.port=8089
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.ssl=false
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx512m
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:42:25.158 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/temp
12-Apr-2024 09:42:25.160 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]
12-Apr-2024 09:42:25.353 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
12-Apr-2024 09:42:25.365 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [381] milliseconds
12-Apr-2024 09:42:25.420 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
12-Apr-2024 09:42:25.420 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M18]
12-Apr-2024 09:42:25.426 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/ROOT]
12-Apr-2024 09:42:26.227 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:26.252 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/ROOT] has finished in [826] ms
12-Apr-2024 09:42:26.253 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/docs]
12-Apr-2024 09:42:26.755 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:26.757 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/docs] has finished in [504] ms
12-Apr-2024 09:42:26.757 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/examples]
12-Apr-2024 09:42:27.247 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:27.260 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/examples] has finished in [503] ms
12-Apr-2024 09:42:27.261 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/host-manager]
12-Apr-2024 09:42:27.635 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:27.638 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/host-manager] has finished in [377] ms
12-Apr-2024 09:42:27.639 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/manager]
12-Apr-2024 09:42:28.038 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:28.040 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/manager] has finished in [400] ms
12-Apr-2024 09:42:28.042 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
12-Apr-2024 09:42:28.051 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [2685] milliseconds
12-Apr-2024 09:42:28.173 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_java2entity_web.war]
12-Apr-2024 09:42:28.631 INFO [http-nio-8080-exec-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:29.236 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_java2entity_web.war] has finished in [1,063] ms
Apr 12, 2024 9:42:29 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:42:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:29:STARTING TEST : responseGenericEntityTest()
04-12-2024 09:42:29:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:29:FINISHED TEST : responseGenericEntityTest()
04-12-2024 09:42:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:29:STARTING TEST : genericEntityTest()
04-12-2024 09:42:29:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:29:FINISHED TEST : genericEntityTest()
04-12-2024 09:42:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:29:STARTING TEST : directClassTypeTest()
04-12-2024 09:42:29:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:29:FINISHED TEST : directClassTypeTest()
04-12-2024 09:42:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:29:STARTING TEST : responseDirectClassTypeTest()
04-12-2024 09:42:29:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:29:FINISHED TEST : responseDirectClassTypeTest()
12-Apr-2024 09:42:29.487 WARNING [http-nio-8080-exec-7] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:29.487 WARNING [http-nio-8080-exec-7] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:29.490 INFO [http-nio-8080-exec-7] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_java2entity_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.364 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.defaultmapper.DefaultExceptionMapperIT
Apr 12, 2024 9:42:30 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:29.522 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_defaultmapper_web.war]
12-Apr-2024 09:42:30.007 INFO [http-nio-8080-exec-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:30.086 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_defaultmapper_web.war] has finished in [564] ms
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : overrideDefaultExceptionMapperTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_defaultmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : overrideDefaultExceptionMapperTest()
12-Apr-2024 09:42:30.143 WARNING [http-nio-8080-exec-5] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:30.143 WARNING [http-nio-8080-exec-5] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:30.145 INFO [http-nio-8080-exec-5] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_defaultmapper_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.defaultmapper.DefaultExceptionMapperIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
Apr 12, 2024 9:42:30 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:30.170 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_mapper_web.war]
12-Apr-2024 09:42:30.595 INFO [http-nio-8080-exec-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:30.725 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_mapper_web.war] has finished in [555] ms
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : statusOkResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : statusOkResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : throwUncheckedExceptionTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : throwUncheckedExceptionTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : throwableIntOkResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : throwableIntOkResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : throwableOkResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : throwableOkResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : statusIntOkResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : statusIntOkResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : responseEntityTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : responseEntityTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : throwableResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : throwableResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : noResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : noResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : okResponseTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : okResponseTest()
04-12-2024 09:42:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:30:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:30:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
12-Apr-2024 09:42:30.871 WARNING [http-nio-8080-exec-8] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:30.871 WARNING [http-nio-8080-exec-8] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:30.872 INFO [http-nio-8080-exec-8] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_mapper_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT
12-Apr-2024 09:42:30.919 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_nomapper_web.war]
Apr 12, 2024 9:42:31 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:31.305 INFO [http-nio-8080-exec-10] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:31.374 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_nomapper_web.war] has finished in [454] ms
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableStatusCodeTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableStatusCodeTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : getResponseTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : getResponseTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableResponseTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableResponseTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableStatusTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableStatusTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : statusCode401Test()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : statusCode401Test()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : statusCode404Test()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : statusCode404Test()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableStatusTest1()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableStatusTest1()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : status415Test()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : status415Test()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : nullResponseTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : nullResponseTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : throwableResponseTest1()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : throwableResponseTest1()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : responseTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : responseTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : emptyConstructorTest()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : emptyConstructorTest()
04-12-2024 09:42:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:31:STARTING TEST : status503Test()
04-12-2024 09:42:31:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:31:FINISHED TEST : status503Test()
12-Apr-2024 09:42:31.536 WARNING [http-nio-8080-exec-9] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:31.536 WARNING [http-nio-8080-exec-9] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:31.538 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_nomapper_web]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 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
12-Apr-2024 09:42:31.622 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_cookie_plain_web.war]
12-Apr-2024 09:42:32.008 INFO [http-nio-8080-exec-10] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:42:32 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:42:32.066 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_cookie_plain_web.war] has finished in [445] ms
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:42:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:32:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:42:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:32:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:42:32.648 WARNING [http-nio-8080-exec-11] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:32.649 WARNING [http-nio-8080-exec-11] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:32.650 INFO [http-nio-8080-exec-11] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_cookie_plain_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 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
Apr 12, 2024 9:42:33 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:32.736 INFO [http-nio-8080-exec-5] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_form_plain_web.war]
12-Apr-2024 09:42:33.160 INFO [http-nio-8080-exec-5] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:33.232 INFO [http-nio-8080-exec-5] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_form_plain_web.war] has finished in [496] ms
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamEntityWithConstructorTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamEntityWithConstructorTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamEntityWithConstructorTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamEntityWithConstructorTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamEntityWithEncodedTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamEntityWithEncodedTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamEntityWithEncodedTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamEntityWithEncodedTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamListEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamListEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamEntityWithValueOfTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamEntityWithValueOfTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamSetEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamSetEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamEntityWithValueOfTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamEntityWithValueOfTest()
04-12-2024 09:42:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:33:STARTING TEST : formParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:33:FINISHED TEST : formParamSortedSetEntityWithFromStringTest()
12-Apr-2024 09:42:33.557 WARNING [http-nio-8080-exec-12] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:33.558 WARNING [http-nio-8080-exec-12] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:33.560 INFO [http-nio-8080-exec-12] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_form_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 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
Apr 12, 2024 9:42:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:33.659 INFO [http-nio-8080-exec-19] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_header_plain_web.war]
12-Apr-2024 09:42:34.131 INFO [http-nio-8080-exec-19] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:34.188 INFO [http-nio-8080-exec-19] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_header_plain_web.war] has finished in [529] ms
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:42:34.430 WARNING [http-nio-8080-exec-15] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:34.430 WARNING [http-nio-8080-exec-15] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:34.432 INFO [http-nio-8080-exec-15] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_header_plain_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 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
Apr 12, 2024 9:42:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:34.524 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_matrix_plain_web.war]
12-Apr-2024 09:42:34.899 INFO [http-nio-8080-exec-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:34.948 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_matrix_plain_web.war] has finished in [424] ms
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[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'
04-12-2024 09:42:34:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:42:34:[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-12-2024 09:42:34:[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'
04-12-2024 09:42:34:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:42:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:34:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:42:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:34:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[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-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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-12-2024 09:42:35:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:42:35:[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-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[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-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:42:35.168 WARNING [http-nio-8080-exec-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:35.169 WARNING [http-nio-8080-exec-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:35.170 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_matrix_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 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
Apr 12, 2024 9:42:35 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:35.232 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_path_plain_web.war]
12-Apr-2024 09:42:35.599 INFO [http-nio-8080-exec-9] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:35.669 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_path_plain_web.war] has finished in [436] ms
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:42:35:[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-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamEntityWithConstructorTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamEntityWithConstructorTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamEntityWithEncodedTest()
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamEntityWithEncodedTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamEntityWithValueOfTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamEntityWithValueOfTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[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-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:42:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:35:STARTING TEST : pathFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:35:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:35:[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'
04-12-2024 09:42:35:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest()
12-Apr-2024 09:42:35.929 WARNING [http-nio-8080-exec-14] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:35.929 WARNING [http-nio-8080-exec-14] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:35.931 INFO [http-nio-8080-exec-14] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_path_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 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
Apr 12, 2024 9:42:36 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:35.960 INFO [http-nio-8080-exec-13] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_plain_web.war]
12-Apr-2024 09:42:36.354 INFO [http-nio-8080-exec-13] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:36.406 INFO [http-nio-8080-exec-13] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_plain_web.war] has finished in [446] ms
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : pathParamOnFieldTest()
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : pathParamOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : headerParamOnFieldTest()
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : headerParamOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : queryParamOnFieldTest()
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND
04-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : queryParamOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : cookieParamOnFieldTest()
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : cookieParamOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:STARTING TEST : formParamOnFieldTest()
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : formParamOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : allParamsInParamTest()
04-12-2024 09:42:36:  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-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : allParamsInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : matrixParamInParamTest()
04-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : matrixParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : pathParamInParamTest()
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:35 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : pathParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : headerParamInParamTest()
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : headerParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : queryParamInParamTest()
04-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : queryParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : allParamsOnFieldTest()
04-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:42:36:  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-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : allParamsOnFieldTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : cookieParamInParamTest()
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : cookieParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : formParamInParamTest()
04-12-2024 09:42:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080'
04-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : formParamInParamTest()
04-12-2024 09:42:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:36:STARTING TEST : matrixParamOnFieldTest()
04-12-2024 09:42:36:[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-12-2024 09:42:36:###############################
04-12-2024 09:42:36:[Request] Adding entity: Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:42:36:  TRACE: [WIRE] - >> Anything
04-12-2024 09:42:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:42:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:36 GMT
04-12-2024 09:42:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:42:36:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:42:36:FINISHED TEST : matrixParamOnFieldTest()
12-Apr-2024 09:42:36.778 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:36.778 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:36.780 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_plain_web]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 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
12-Apr-2024 09:42:36.839 INFO [http-nio-8080-exec-14] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_query_plain_web.war]
12-Apr-2024 09:42:37.260 INFO [http-nio-8080-exec-14] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:37.303 INFO [http-nio-8080-exec-14] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_query_plain_web.war] has finished in [464] ms
Apr 12, 2024 9:42:37 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:37:[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-12-2024 09:42:37:[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-12-2024 09:42:37:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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-12-2024 09:42:37:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:37:[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-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:37:[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-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:42:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:37:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:42:37:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:42:37:[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'
04-12-2024 09:42:37:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
12-Apr-2024 09:42:37.554 WARNING [http-nio-8080-exec-20] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:42:37.554 WARNING [http-nio-8080-exec-20] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:42:37.556 INFO [http-nio-8080-exec-20] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_query_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 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
12-Apr-2024 09:42:37.620 INFO [http-nio-8080-exec-15] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war]
Apr 12, 2024 9:42:38 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:42:38.028 INFO [http-nio-8080-exec-15] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:42:38.080 INFO [http-nio-8080-exec-15] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war] has finished in [461] ms
04-12-2024 09:42:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:38:STARTING TEST : optionsWithCallbackWhileServerWaitTest()
04-12-2024 09:42:38:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:42:38:Start time: 1712914958119
04-12-2024 09:42:38:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:38:  TRACE: [WIRE] - >> 
04-12-2024 09:42:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:40:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:42:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:40 GMT
04-12-2024 09:42:40:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:40:Callback#completed() called in 2015 milliseconds from request
04-12-2024 09:42:40:Returned status 200 (OK)
04-12-2024 09:42:40:Callback completed() call ok
04-12-2024 09:42:40:FINISHED TEST : optionsWithCallbackWhileServerWaitTest()
04-12-2024 09:42:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:40:STARTING TEST : methodWithCallbackWhileServerWaitTest()
04-12-2024 09:42:40:Start time: 1712914960145
04-12-2024 09:42:40:Client was returned control in 0 milliseconds from request
04-12-2024 09:42:40:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:42:40:  TRACE: [WIRE] - >> 
04-12-2024 09:42:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:42:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:42:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:42 GMT
04-12-2024 09:42:42:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:42:Callback#completed() called in 2005 milliseconds from request
04-12-2024 09:42:42:Returned status 200 (OK)
04-12-2024 09:42:42:Callback completed() call ok
04-12-2024 09:42:42:Start time: 1712914962159
04-12-2024 09:42:42:Client was returned control in 0 milliseconds from request
04-12-2024 09:42:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:42:42:  TRACE: [WIRE] - >> 
04-12-2024 09:42:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:42:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:44 GMT
04-12-2024 09:42:44:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:44:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:42:44:Returned status 200 (OK)
04-12-2024 09:42:44:Callback completed() call ok
04-12-2024 09:42:44:Start time: 1712914964172
04-12-2024 09:42:44:Client was returned control in 1 milliseconds from request04-12-2024 09:42:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait

04-12-2024 09:42:44:  TRACE: [WIRE] - >> 
04-12-2024 09:42:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:46:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:42:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:46 GMT
04-12-2024 09:42:46:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:46:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:42:46:Returned status 200 (OK)
04-12-2024 09:42:46:Callback completed() call ok
04-12-2024 09:42:46:FINISHED TEST : methodWithCallbackWhileServerWaitTest()
04-12-2024 09:42:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:46:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:42:46:  TRACE: [WIRE] - >> 
04-12-2024 09:42:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:48:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:42:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:48 GMT
04-12-2024 09:42:48:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:46:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:42:46:Start time: 1712914966186
04-12-2024 09:42:46:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:48:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:42:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:48:STARTING TEST : methodWithStringClassWhileServerWaitTest()
04-12-2024 09:42:48:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:42:48:Start time: 1712914968202
04-12-2024 09:42:48:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:48:  TRACE: [WIRE] - >> 
04-12-2024 09:42:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:50:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:42:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:50 GMT
04-12-2024 09:42:50:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:50:Start time: 1712914970222
04-12-2024 09:42:50:Client was returned control in 0 milliseconds from request
04-12-2024 09:42:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:42:50:  TRACE: [WIRE] - >> 
04-12-2024 09:42:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:42:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:52 GMT
04-12-2024 09:42:52:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:52:Start time: 1712914972236
04-12-2024 09:42:52:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:52:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:42:52:  TRACE: [WIRE] - >> 
04-12-2024 09:42:54:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:54:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:42:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:54 GMT
04-12-2024 09:42:54:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:54:FINISHED TEST : methodWithStringClassWhileServerWaitTest()
04-12-2024 09:42:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:54:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:42:54:  TRACE: [WIRE] - >> 
04-12-2024 09:42:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:42:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:54:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:42:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:54 GMT
04-12-2024 09:42:54:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:42:54:Start time: 1712914974253
04-12-2024 09:42:54:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:42:54:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:42:54:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:42:54:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:42:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:54:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:42:54:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:42:54:Start time: 1712914974268
04-12-2024 09:42:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:42:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:54:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:54:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:42:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:54:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:42:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:42:54:Start time: 1712914974285
04-12-2024 09:42:54:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:54:  TRACE: [WIRE] - >> 
04-12-2024 09:42:56:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:56:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:56:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:56:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:42:56:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:56 GMT
04-12-2024 09:42:56:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:56:Returned status 200 (OK)
04-12-2024 09:42:56:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:42:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:56:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:42:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:42:56:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:42:56:Start time: 1712914976302
04-12-2024 09:42:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:56:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:42:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:42:56:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:56:Start time: 1712914976312
04-12-2024 09:42:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:56:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:56:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:42:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:56:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:42:56:Start time: 1712914976323
04-12-2024 09:42:56:Client was returned control in 1 milliseconds from request
04-12-2024 09:42:56:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:42:56:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:42:58:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:58:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:58:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:42:58:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:58 GMT
04-12-2024 09:42:58:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:42:58:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:42:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:58:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:42:58:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:42:58:Start time: 1712914978339
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:42:58:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:42:58:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:42:58:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:42:58:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:42:58 GMT
04-12-2024 09:42:58:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:42:58:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:42:58:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:42:58:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:42:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:58:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:42:58:Start time: 1712914978352
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:Start time: 1712914978390
04-12-2024 09:42:58:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:Start time: 1712914978401
04-12-2024 09:42:58:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:42:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:58:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:42:58:Start time: 1712914978412
04-12-2024 09:42:58:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:42:58:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:Start time: 1712914978421
04-12-2024 09:42:58:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:42:58:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:42:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:58:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:42:58:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:42:58:Start time: 1712914978432
04-12-2024 09:42:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:42:58:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:42:58:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:42:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:42:58:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:42:58:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:42:58:Start time: 1712914978443
04-12-2024 09:42:58:Client was returned control in 0 milliseconds from request
04-12-2024 09:42:58:  TRACE: [WIRE] - >> 
04-12-2024 09:43:00:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:00:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:43:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:00 GMT
04-12-2024 09:43:00:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:00:Returned status 200 (OK)
04-12-2024 09:43:00:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:43:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:00:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:43:00:  TRACE: [WIRE] - >> 
04-12-2024 09:43:00:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:00:Start time: 1712914980461
04-12-2024 09:43:00:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:00:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:00 GMT
04-12-2024 09:43:00:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:00:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:00:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:00:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:00:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:43:00:  TRACE: [WIRE] - >> 
04-12-2024 09:43:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:02:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:02 GMT
04-12-2024 09:43:02:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:00:STARTING TEST : methodWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:00:Start time: 1712914980476
04-12-2024 09:43:00:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:02:Returned status 200 (OK)
04-12-2024 09:43:02:Start time: 1712914982489
04-12-2024 09:43:02:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:43:02:  TRACE: [WIRE] - >> 
04-12-2024 09:43:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:04:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:04 GMT
04-12-2024 09:43:04:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:04:Returned status 200 (OK)
04-12-2024 09:43:04:Start time: 1712914984502
04-12-2024 09:43:04:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:04:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:43:04:  TRACE: [WIRE] - >> 
04-12-2024 09:43:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:06:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:43:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:06 GMT
04-12-2024 09:43:06:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:06:Returned status 200 (OK)
04-12-2024 09:43:06:FINISHED TEST : methodWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:06:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:43:06:  TRACE: [WIRE] - >> 
04-12-2024 09:43:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:08:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:08 GMT
04-12-2024 09:43:06:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:43:06:Start time: 1712914986517
04-12-2024 09:43:06:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:08:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:08:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:43:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:08:  TRACE: [WIRE] - >> 
04-12-2024 09:43:08:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:08:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:08:Start time: 1712914988532
04-12-2024 09:43:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:08:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:08 GMT
04-12-2024 09:43:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:08:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:08:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:08:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:08:STARTING TEST : postWhileServerWaitTest()
04-12-2024 09:43:08:Start time: 1712914988545
04-12-2024 09:43:08:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:10 GMT
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:10:Returned status 200 (OK)
04-12-2024 09:43:10:FINISHED TEST : postWhileServerWaitTest()
04-12-2024 09:43:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:10:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-12-2024 09:43:10:  TRACE: [WIRE] - >> 
04-12-2024 09:43:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:10:STARTING TEST : headTest()
04-12-2024 09:43:10:Start time: 1712914990559
04-12-2024 09:43:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:10 GMT
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:10:Returned status 200 (OK)
04-12-2024 09:43:10:FINISHED TEST : headTest()
04-12-2024 09:43:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:10:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()04-12-2024 09:43:10:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok

04-12-2024 09:43:10:Start time: 1712914990572
04-12-2024 09:43:10:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:10 GMT
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:10:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:10:Start time: 1712914990584
04-12-2024 09:43:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:10:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:10 GMT
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:10:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:10:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:43:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:10:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:10:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:12:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:10:STARTING TEST : putWithStringCallbackWhileServerWaitTest()
04-12-2024 09:43:10:Start time: 1712914990597
04-12-2024 09:43:10:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:12:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:12 GMT
04-12-2024 09:43:12:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:12:Callback#completed() called in 2005 milliseconds from request
04-12-2024 09:43:12:Callback completed() call ok
04-12-2024 09:43:12:FINISHED TEST : putWithStringCallbackWhileServerWaitTest()
04-12-2024 09:43:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:12:STARTING TEST : traceWhileServerWaitTest()
04-12-2024 09:43:12:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:43:12:Start time: 1712914992712
04-12-2024 09:43:12:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:12:  TRACE: [WIRE] - >> 
04-12-2024 09:43:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:14:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:43:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:14 GMT
04-12-2024 09:43:14:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:14:Returned status 200 (OK)
04-12-2024 09:43:14:FINISHED TEST : traceWhileServerWaitTest()
04-12-2024 09:43:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:14:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:43:14:  TRACE: [WIRE] - >> 
04-12-2024 09:43:14:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:43:14:Start time: 1712914994725
04-12-2024 09:43:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:14:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:14:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:43:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:14:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-12-2024 09:43:14:  TRACE: [WIRE] - >> 
04-12-2024 09:43:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:14:STARTING TEST : headWhileServerWaitTest()
04-12-2024 09:43:14:Start time: 1712914994737
04-12-2024 09:43:14:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:16 GMT
04-12-2024 09:43:16:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:16:Returned status 200 (OK)
04-12-2024 09:43:16:FINISHED TEST : headWhileServerWaitTest()
04-12-2024 09:43:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:16:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:43:16:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:43:16:Start time: 1712914996769
04-12-2024 09:43:16:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:16:  TRACE: [WIRE] - >> 
04-12-2024 09:43:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:18:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:43:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:18 GMT
04-12-2024 09:43:18:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:18:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:43:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:18:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:43:18:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:18:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:18:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:18 GMT
04-12-2024 09:43:18:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:18:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:18:Start time: 1712914998786
04-12-2024 09:43:18:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:18:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:18:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:18:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:43:18:  TRACE: [WIRE] - >> 
04-12-2024 09:43:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:18:STARTING TEST : traceWithStringCallbackWhileServerWaitTest()
04-12-2024 09:43:18:Start time: 1712914998801
04-12-2024 09:43:18:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:20:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:43:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:20 GMT
04-12-2024 09:43:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:20:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:43:20:Callback completed() call ok
04-12-2024 09:43:20:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest()
04-12-2024 09:43:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:20:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
04-12-2024 09:43:20:Start time: 1712915000916
04-12-2024 09:43:20:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:22 GMT
04-12-2024 09:43:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:22:Start time: 1712915002931
04-12-2024 09:43:22:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:24:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:24 GMT
04-12-2024 09:43:24:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:24:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
04-12-2024 09:43:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:24:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:24:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:24:Start time: 1712915004947
04-12-2024 09:43:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:24 GMT
04-12-2024 09:43:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:24:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:24:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:43:24:  TRACE: [WIRE] - >> 
04-12-2024 09:43:24:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:43:24:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:43:24:Start time: 1712915004962
04-12-2024 09:43:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:24:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:24:Start time: 1712915004977
04-12-2024 09:43:24:  TRACE: [WIRE] - >> 
04-12-2024 09:43:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:24:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:24:Start time: 1712915004988
04-12-2024 09:43:24:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:43:24:  TRACE: [WIRE] - >> 
04-12-2024 09:43:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:24:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:24:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:43:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:24:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:25:Start time: 171291500500004-12-2024 09:43:25:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put

04-12-2024 09:43:25:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:25:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:25:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:25:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:27 GMT
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:25:STARTING TEST : postWithCallbackWhileServerWaitTest()
04-12-2024 09:43:25:Start time: 1712915005013
04-12-2024 09:43:25:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:27:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:43:27:Returned status 200 (OK)
04-12-2024 09:43:27:Callback completed() call ok
04-12-2024 09:43:27:FINISHED TEST : postWithCallbackWhileServerWaitTest()
04-12-2024 09:43:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:27:  TRACE: [WIRE] - >> 
04-12-2024 09:43:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:27:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:27:Start time: 1712915007030
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:27 GMT
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:27:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:27:STARTING TEST : methodTest()
04-12-2024 09:43:27:Start time: 1712915007045
04-12-2024 09:43:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:43:27:  TRACE: [WIRE] - >> 
04-12-2024 09:43:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:27 GMT
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:27:Returned status 200 (OK)
04-12-2024 09:43:27:Start time: 171291500705804-12-2024 09:43:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get

04-12-2024 09:43:27:  TRACE: [WIRE] - >> 
04-12-2024 09:43:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:27 GMT
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:27:Returned status 200 (OK)
04-12-2024 09:43:27:Start time: 1712915007071
04-12-2024 09:43:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:43:27:  TRACE: [WIRE] - >> 
04-12-2024 09:43:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:43:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:27 GMT
04-12-2024 09:43:27:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:27:Returned status 200 (OK)
04-12-2024 09:43:27:FINISHED TEST : methodTest()
04-12-2024 09:43:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:43:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:27:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:27:Start time: 1712915007085
04-12-2024 09:43:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:27:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:27:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-12-2024 09:43:27:Start time: 1712915007097
04-12-2024 09:43:27:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:29 GMT
04-12-2024 09:43:29:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:29:Returned status 200 (OK)
04-12-2024 09:43:29:Start time: 1712915009112
04-12-2024 09:43:29:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:29:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:31:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:31 GMT
04-12-2024 09:43:31:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:31:Returned status 200 (OK)
04-12-2024 09:43:31:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-12-2024 09:43:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:31:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:31:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:33:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:33:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:33 GMT
04-12-2024 09:43:31:STARTING TEST : putWithStringClassWhileServerWaitTest()
04-12-2024 09:43:31:Start time: 1712915011127
04-12-2024 09:43:31:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:33:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:33:FINISHED TEST : putWithStringClassWhileServerWaitTest()
04-12-2024 09:43:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:33:STARTING TEST : deleteWhileServerWaitTest()
04-12-2024 09:43:33:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:43:33:Start time: 1712915013143
04-12-2024 09:43:33:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:33:  TRACE: [WIRE] - >> 
04-12-2024 09:43:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:35 GMT
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:35:Returned status 200 (OK)
04-12-2024 09:43:35:FINISHED TEST : deleteWhileServerWaitTest()
04-12-2024 09:43:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:35:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:35:  TRACE: [WIRE] - >> 
04-12-2024 09:43:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:35 GMT
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:35:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:35:Start time: 1712915015159
04-12-2024 09:43:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:35:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:35:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:35:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:35:Start time: 1712915015174
04-12-2024 09:43:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:35 GMT
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:35:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:35:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:35:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:35:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:43:35:Start time: 1712915015189
04-12-2024 09:43:35:  TRACE: [WIRE] - >> 
04-12-2024 09:43:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:35:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:35:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:43:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:35:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:43:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:35:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:35:Start time: 1712915015202
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:35 GMT
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:35:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:35:Start time: 1712915015216
04-12-2024 09:43:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:35 GMT
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:35:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:35:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:35:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-12-2024 09:43:35:  TRACE: [WIRE] - >> 
04-12-2024 09:43:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:37 GMT
04-12-2024 09:43:35:STARTING TEST : headWithCallbackWhileServerWaitTest()
04-12-2024 09:43:35:Start time: 1712915015231
04-12-2024 09:43:35:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:37:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:37:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:43:37:Returned status 200 (OK)
04-12-2024 09:43:37:Callback completed() call ok
04-12-2024 09:43:37:FINISHED TEST : headWithCallbackWhileServerWaitTest()
04-12-2024 09:43:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:37:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:43:37:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:37:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:43:37:Start time: 1712915017247
04-12-2024 09:43:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:37:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:37:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:43:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:37:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:43:37:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:43:37:Start time: 1712915017259
04-12-2024 09:43:37:  TRACE: [WIRE] - >> 
04-12-2024 09:43:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:37:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:37:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:43:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:37:STARTING TEST : putWhileServerWaitTest()
04-12-2024 09:43:37:Start time: 1712915017271
04-12-2024 09:43:37:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:37:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:37:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:39:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:39 GMT
04-12-2024 09:43:39:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:39:Returned status 200 (OK)
04-12-2024 09:43:39:FINISHED TEST : putWhileServerWaitTest()
04-12-2024 09:43:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:43:39:  TRACE: [WIRE] - >> 
04-12-2024 09:43:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:39:STARTING TEST : getWithStringClassWhileServerWaitTest()
04-12-2024 09:43:39:Start time: 1712915019287
04-12-2024 09:43:39:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:41:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:41 GMT
04-12-2024 09:43:41:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:41:FINISHED TEST : getWithStringClassWhileServerWaitTest()
04-12-2024 09:43:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:41:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:43:41:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:41:Start time: 1712915021304
04-12-2024 09:43:41:  TRACE: [WIRE] - >> 
04-12-2024 09:43:41:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:41:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:41 GMT
04-12-2024 09:43:41:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:41:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:41:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:41:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:41:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:43:41:  TRACE: [WIRE] - >> 
04-12-2024 09:43:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:43:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:43 GMT
04-12-2024 09:43:41:STARTING TEST : deleteWithCallbackWhileServerWaitTest()
04-12-2024 09:43:41:Start time: 1712915021318
04-12-2024 09:43:41:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:43:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:43:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:43:43:Returned status 200 (OK)
04-12-2024 09:43:43:Callback completed() call ok
04-12-2024 09:43:43:FINISHED TEST : deleteWithCallbackWhileServerWaitTest()
04-12-2024 09:43:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:43:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:43:43:  TRACE: [WIRE] - >> 
04-12-2024 09:43:43:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:43:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:43 GMT
04-12-2024 09:43:43:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:43:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:43:Start time: 1712915023332
04-12-2024 09:43:43:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:43:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:43:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:43:STARTING TEST : deleteWithStringClassWhileServerWaitTest()
04-12-2024 09:43:43:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:43:43:Start time: 1712915023347
04-12-2024 09:43:43:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:43:  TRACE: [WIRE] - >> 
04-12-2024 09:43:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:45:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:43:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:45 GMT
04-12-2024 09:43:45:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:45:FINISHED TEST : deleteWithStringClassWhileServerWaitTest()
04-12-2024 09:43:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:45:STARTING TEST : traceWithStringClassWhileServerWaitTest()
04-12-2024 09:43:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:43:45:Start time: 1712915025366
04-12-2024 09:43:45:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:45:  TRACE: [WIRE] - >> 
04-12-2024 09:43:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:43:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:47 GMT
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:47:FINISHED TEST : traceWithStringClassWhileServerWaitTest()
04-12-2024 09:43:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:47:STARTING TEST : optionsTest()
04-12-2024 09:43:47:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:43:47:Start time: 1712915027383
04-12-2024 09:43:47:  TRACE: [WIRE] - >> 
04-12-2024 09:43:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:43:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:47 GMT
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:47:Returned status 200 (OK)
04-12-2024 09:43:47:FINISHED TEST : optionsTest()
04-12-2024 09:43:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:47:  TRACE: [WIRE] - >> 
04-12-2024 09:43:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:47:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:47:Start time: 1712915027398
04-12-2024 09:43:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:47 GMT
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:47:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:43:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:47:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:43:47:  TRACE: [WIRE] - >> 
04-12-2024 09:43:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:47:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:43:47:Start time: 1712915027413
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:47 GMT
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:47:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:47:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:43:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:47:STARTING TEST : postWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:47:Start time: 1712915027427
04-12-2024 09:43:47:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:47:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:49:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:49 GMT
04-12-2024 09:43:49:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:49:Returned status 200 (OK)
04-12-2024 09:43:49:FINISHED TEST : postWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:49:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:43:49:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:49:STARTING TEST : optionsWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:49:Start time: 1712915029442
04-12-2024 09:43:49:Client was returned control in 0 milliseconds from request
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:51:Returned status 200 (OK)
04-12-2024 09:43:51:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:Start time: 1712915031457
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:43:51:Start time: 1712915031470
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:Start time: 1712915031483
04-12-2024 09:43:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest()04-12-2024 09:43:51:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head

04-12-2024 09:43:51:Start time: 1712915031498
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:51:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:51:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:51:STARTING TEST : putTest()
04-12-2024 09:43:51:Start time: 1712915031512
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:51:Returned status 200 (OK)
04-12-2024 09:43:51:FINISHED TEST : putTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:43:51:Start time: 1712915031526
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()04-12-2024 09:43:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok

04-12-2024 09:43:51:Start time: 1712915031540
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:51:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:51:Start time: 1712915031552
04-12-2024 09:43:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:51:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:51:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:Start time: 1712915031571
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:51:STARTING TEST : getTest()
04-12-2024 09:43:51:Start time: 1712915031585
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:51:Returned status 200 (OK)
04-12-2024 09:43:51:FINISHED TEST : getTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:43:51:Start time: 1712915031599
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:51:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:51:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:43:51:Start time: 1712915031626
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:51:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:51:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:Start time: 1712915031638
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:43:51:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:43:51:Start time: 1712915031651
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:51:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:Start time: 1712915031661
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:51:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:51:Start time: 1712915031671
04-12-2024 09:43:51:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:43:51:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:43:51:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:Start time: 1712915031682
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:Start time: 1712915031694
04-12-2024 09:43:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:Start time: 1712915031725
04-12-2024 09:43:51:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:51:  TRACE: [WIRE] - >> 
04-12-2024 09:43:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:51:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:Start time: 1712915031738
04-12-2024 09:43:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:51 GMT
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:51:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:51:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:51:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:51:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:43:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:51:Start time: 1712915031750
04-12-2024 09:43:51:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:51:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:53:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:53:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:53:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:53:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:53 GMT
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:53:Returned status 200 (OK)
04-12-2024 09:43:53:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:43:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:53:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:43:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:53:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:53:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:53:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:53:Start time: 1712915033765
04-12-2024 09:43:53:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:53 GMT
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:53:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:43:53:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:43:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:53:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:53:  TRACE: [WIRE] - >> 
04-12-2024 09:43:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:53:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:43:53:Start time: 1712915033778
04-12-2024 09:43:53:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:53:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:53:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:53 GMT
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:53:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:53:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:53:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:43:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:53:STARTING TEST : getWithCallbackWhileServerWaitTest()
04-12-2024 09:43:53:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:43:53:Start time: 1712915033855
04-12-2024 09:43:53:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:53:  TRACE: [WIRE] - >> 
04-12-2024 09:43:55:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:55:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:55:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:55:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:55:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:55 GMT
04-12-2024 09:43:55:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:55:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:43:55:Returned status 200 (OK)
04-12-2024 09:43:55:Callback completed() call ok
04-12-2024 09:43:55:FINISHED TEST : getWithCallbackWhileServerWaitTest()
04-12-2024 09:43:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:43:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:55:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:43:55:Start time: 1712915035869
04-12-2024 09:43:55:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:57:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:43:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:57 GMT
04-12-2024 09:43:57:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:57:Returned status 200 (OK)
04-12-2024 09:43:57:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:43:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:57:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:43:57:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:43:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:43:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:43:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:59 GMT
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:43:57:STARTING TEST : putWithCallbackWhileServerWaitTest()
04-12-2024 09:43:57:Start time: 1712915037883
04-12-2024 09:43:57:Client was returned control in 1 milliseconds from request
04-12-2024 09:43:59:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:43:59:Returned status 200 (OK)
04-12-2024 09:43:59:Callback completed() call ok
04-12-2024 09:43:59:FINISHED TEST : putWithCallbackWhileServerWaitTest()
04-12-2024 09:43:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:59:  TRACE: [WIRE] - >> 
04-12-2024 09:43:59:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:43:59:Start time: 1712915039896
04-12-2024 09:43:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:59 GMT
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:59:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:59:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:43:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:59:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:43:59:  TRACE: [WIRE] - >> 
04-12-2024 09:43:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:59:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:59:Start time: 1712915039908
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:59 GMT
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:59:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:59:Start time: 1712915039918
04-12-2024 09:43:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:43:59:  TRACE: [WIRE] - >> 
04-12-2024 09:43:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:59 GMT
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:59:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:59:Start time: 1712915039933
04-12-2024 09:43:59:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:43:59:  TRACE: [WIRE] - >> 
04-12-2024 09:43:59:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:43:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:43:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:43:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:43:59 GMT
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:43:59:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:43:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:43:59:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:43:59:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:43:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:43:59:STARTING TEST : getWithCallbackStringWhileServerWaitTest()
04-12-2024 09:43:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:43:59:  TRACE: [WIRE] - >> 
04-12-2024 09:43:59:Start time: 1712915039950
04-12-2024 09:43:59:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:01:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:01 GMT
04-12-2024 09:44:01:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:01:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:44:02:Callback completed() call ok
04-12-2024 09:44:02:FINISHED TEST : getWithCallbackStringWhileServerWaitTest()
04-12-2024 09:44:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:02:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:44:02:  TRACE: [WIRE] - >> 
04-12-2024 09:44:02:STARTING TEST : deleteThrowsExceptionTest()
04-12-2024 09:44:02:Start time: 1712915042065
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:04:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:04:FINISHED TEST : deleteThrowsExceptionTest()
04-12-2024 09:44:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:04:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:44:04:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:04:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:44:04:Start time: 1712915044081
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:04:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:04:Start time: 1712915044090
04-12-2024 09:44:04:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:44:04:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:04:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:04:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:44:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:04:  TRACE: [WIRE] - >> 
04-12-2024 09:44:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:04 GMT
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:04:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:04:Start time: 1712915044099
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:04:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:04:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:04:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:04:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:04:Start time: 1712915044111
04-12-2024 09:44:04:  TRACE: [WIRE] - >> 
04-12-2024 09:44:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:04 GMT
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:04:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:04:Start time: 1712915044122
04-12-2024 09:44:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:04:  TRACE: [WIRE] - >> 
04-12-2024 09:44:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:04 GMT
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:04:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:04:  TRACE: [WIRE] - >> 
04-12-2024 09:44:04:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:04:Start time: 1712915044132
04-12-2024 09:44:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:04 GMT
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:04:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:04:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:04:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:44:04:  TRACE: [WIRE] - >> 
04-12-2024 09:44:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:04:STARTING TEST : traceWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:04:Start time: 1712915044144
04-12-2024 09:44:04:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:06:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:44:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:06 GMT
04-12-2024 09:44:06:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:06:Returned status 200 (OK)
04-12-2024 09:44:06:FINISHED TEST : traceWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:06:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:44:06:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:06:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:44:06:Start time: 1712915046157
04-12-2024 09:44:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:06:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:06:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:44:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:06:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:06:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:08:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:08 GMT
04-12-2024 09:44:06:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:44:06:Start time: 1712915046168
04-12-2024 09:44:06:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:08:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:08:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:44:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:08:STARTING TEST : traceWithCallbackWhileServerWaitTest()
04-12-2024 09:44:08:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:44:08:Start time: 1712915048182
04-12-2024 09:44:08:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:08:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:10:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:44:10:Returned status 200 (OK)
04-12-2024 09:44:10:Callback completed() call ok
04-12-2024 09:44:10:FINISHED TEST : traceWithCallbackWhileServerWaitTest()
04-12-2024 09:44:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:10:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:44:10:Start time: 1712915050195
04-12-2024 09:44:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:10:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:10:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:44:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:10:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:10:Start time: 1712915050205
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:10:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:10:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:10:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:10:Start time: 1712915050217
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:10:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:10:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:10:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:10:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:10:Start time: 1712915050228
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:10:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:10:Start time: 1712915050237
04-12-2024 09:44:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:10:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:10:Start time: 1712915050248
04-12-2024 09:44:10:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:10:  TRACE: [WIRE] - >> 
04-12-2024 09:44:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:10 GMT
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:10:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:10:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:10:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:10:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:10:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:10:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest()
04-12-2024 09:44:10:Start time: 1712915050260
04-12-2024 09:44:10:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:12:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:12:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:12 GMT
04-12-2024 09:44:12:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:12:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:44:12:Returned status 200 (OK)
04-12-2024 09:44:12:Callback completed() call ok
04-12-2024 09:44:12:Start time: 1712915052272
04-12-2024 09:44:12:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:44:12:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:14:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:44:14:Returned status 200 (OK)
04-12-2024 09:44:14:Callback completed() call ok
04-12-2024 09:44:14:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:14:Start time: 1712915054286
04-12-2024 09:44:14:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:14:  TRACE: [WIRE] - >> 
04-12-2024 09:44:14:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:14:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:14:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:44:14:  TRACE: [WIRE] - >> 
04-12-2024 09:44:14:STARTING TEST : traceTest()
04-12-2024 09:44:14:Start time: 1712915054297
04-12-2024 09:44:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:14:Returned status 200 (OK)
04-12-2024 09:44:14:FINISHED TEST : traceTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:44:14:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:14:STARTING TEST : postTest()
04-12-2024 09:44:14:Start time: 1712915054309
04-12-2024 09:44:14:Returned status 200 (OK)
04-12-2024 09:44:14:FINISHED TEST : postTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:14:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:14:Start time: 1712915054325
04-12-2024 09:44:14:  TRACE: [WIRE] - >> 
04-12-2024 09:44:14:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:14:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:14:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:44:14:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:14:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:14:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:44:14:Start time: 1712915054337
04-12-2024 09:44:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:14:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:14:Start time: 1712915054347
04-12-2024 09:44:14:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:44:14:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:14:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:14 GMT
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:14:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:14:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:14:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:44:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:14:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:44:14:  TRACE: [WIRE] - >> 
04-12-2024 09:44:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:14:STARTING TEST : getWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:14:Start time: 1712915054362
04-12-2024 09:44:14:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:16:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:16 GMT
04-12-2024 09:44:16:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:16:Returned status 200 (OK)
04-12-2024 09:44:16:FINISHED TEST : getWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:16:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:16:  TRACE: [WIRE] - >> 
04-12-2024 09:44:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:18:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:18 GMT
04-12-2024 09:44:18:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:16:STARTING TEST : methodWhileServerWaitTest()
04-12-2024 09:44:16:Start time: 1712915056379
04-12-2024 09:44:16:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:18:Returned status 200 (OK)
04-12-2024 09:44:18:Start time: 1712915058391
04-12-2024 09:44:18:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:44:18:  TRACE: [WIRE] - >> 
04-12-2024 09:44:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:20 GMT
04-12-2024 09:44:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:20:Returned status 200 (OK)
04-12-2024 09:44:20:Start time: 1712915060403
04-12-2024 09:44:20:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:44:20:  TRACE: [WIRE] - >> 
04-12-2024 09:44:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:44:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:22 GMT
04-12-2024 09:44:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:22:Returned status 200 (OK)
04-12-2024 09:44:22:FINISHED TEST : methodWhileServerWaitTest()
04-12-2024 09:44:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:22:  TRACE: [WIRE] - >> 
04-12-2024 09:44:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:22:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:22:Start time: 1712915062417
04-12-2024 09:44:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:22 GMT
04-12-2024 09:44:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:22:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:22:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:44:22:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:44:22:Start time: 1712915062428
04-12-2024 09:44:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:22:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:22:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:44:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:22:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest()
04-12-2024 09:44:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:22:Start time: 1712915062440
04-12-2024 09:44:22:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:22:  TRACE: [WIRE] - >> 
04-12-2024 09:44:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:24 GMT
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:24:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:44:24:Callback completed() call ok
04-12-2024 09:44:24:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest()
04-12-2024 09:44:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:24:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:44:24:Start time: 1712915064554
04-12-2024 09:44:24:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:24:  TRACE: [WIRE] - >> 
04-12-2024 09:44:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:24 GMT
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:24:Start time: 1712915064601
04-12-2024 09:44:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:24:  TRACE: [WIRE] - >> 
04-12-2024 09:44:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:24 GMT
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:24:Start time: 1712915064620
04-12-2024 09:44:24:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:24:  TRACE: [WIRE] - >> 
04-12-2024 09:44:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:24 GMT
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:24:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:44:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:24:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:24:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:26:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:24:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-12-2024 09:44:24:Start time: 1712915064633
04-12-2024 09:44:24:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:26 GMT
04-12-2024 09:44:26:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:26:Returned status 200 (OK)
04-12-2024 09:44:26:Start time: 1712915066646
04-12-2024 09:44:26:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:44:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:28:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:44:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:28 GMT
04-12-2024 09:44:28:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:28:Returned status 200 (OK)
04-12-2024 09:44:28:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-12-2024 09:44:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:28:STARTING TEST : optionsWithStringClassWhileServerWaitTest()
04-12-2024 09:44:28:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:44:28:Start time: 1712915068661
04-12-2024 09:44:28:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:28:  TRACE: [WIRE] - >> 
04-12-2024 09:44:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:30:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:44:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:30 GMT
04-12-2024 09:44:30:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:30:FINISHED TEST : optionsWithStringClassWhileServerWaitTest()
04-12-2024 09:44:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:30:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:30:  TRACE: [WIRE] - >> 
04-12-2024 09:44:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:32:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:30:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:44:30:Start time: 1712915070675
04-12-2024 09:44:30:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:32 GMT
04-12-2024 09:44:32:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:32:Start time: 1712915072689
04-12-2024 09:44:32:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:44:32:  TRACE: [WIRE] - >> 
04-12-2024 09:44:34:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:34:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:34:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:34:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:34:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:34 GMT
04-12-2024 09:44:34:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:34:Start time: 1712915074700
04-12-2024 09:44:34:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:34:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:44:34:  TRACE: [WIRE] - >> 
04-12-2024 09:44:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:36:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:44:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:36 GMT
04-12-2024 09:44:36:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:36:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:44:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:36:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:36:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:44:36:Start time: 1712915076716
04-12-2024 09:44:36:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:36:  TRACE: [WIRE] - >> 
04-12-2024 09:44:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:38 GMT
04-12-2024 09:44:38:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:38:Returned status 200 (OK)
04-12-2024 09:44:38:Start time: 1712915078729
04-12-2024 09:44:38:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:44:38:  TRACE: [WIRE] - >> 
04-12-2024 09:44:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:40:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:40 GMT
04-12-2024 09:44:40:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:40:Returned status 200 (OK)
04-12-2024 09:44:40:Start time: 1712915080743
04-12-2024 09:44:40:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:40:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:44:40:  TRACE: [WIRE] - >> 
04-12-2024 09:44:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:42:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:44:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:42 GMT
04-12-2024 09:44:42:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:42:Returned status 200 (OK)
04-12-2024 09:44:42:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:44:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:44:42:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:42:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:42:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:42:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:44:42:Start time: 1712915082757
04-12-2024 09:44:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:42 GMT
04-12-2024 09:44:42:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:42:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:42:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:42:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:44:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:42:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:42:STARTING TEST : deleteWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:42:Start time: 1712915082769
04-12-2024 09:44:42:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:42:  TRACE: [WIRE] - >> 
04-12-2024 09:44:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:44 GMT
04-12-2024 09:44:44:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:44:Returned status 200 (OK)
04-12-2024 09:44:44:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:44:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:44:44:Start time: 1712915084782
04-12-2024 09:44:44:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:44:44:  TRACE: [WIRE] - >> 
04-12-2024 09:44:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:44:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:44:Start time: 1712915084797
04-12-2024 09:44:44:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:44:44:  TRACE: [WIRE] - >> 
04-12-2024 09:44:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:44:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:44:Start time: 1712915084808
04-12-2024 09:44:44:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:44:44:  TRACE: [WIRE] - >> 
04-12-2024 09:44:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:44:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:44:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:44:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:44:STARTING TEST : methodWithEntityWhileServerWaitTest()
04-12-2024 09:44:44:Start time: 1712915084819
04-12-2024 09:44:44:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:46:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:46 GMT
04-12-2024 09:44:46:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:46:Returned status 200 (OK)
04-12-2024 09:44:46:Start time: 1712915086834
04-12-2024 09:44:46:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:44:46:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:48:Returned status 200 (OK)
04-12-2024 09:44:48:FINISHED TEST : methodWithEntityWhileServerWaitTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:44:48:Start time: 1712915088848
04-12-2024 09:44:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:48:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:48:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:44:48:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:48:Start time: 1712915088858
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:48:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:48:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:44:48:Start time: 1712915088873
04-12-2024 09:44:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:48:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:48:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:48:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:48:Start time: 1712915088884
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:44:48:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:44:48:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:48:Start time: 1712915088899
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:48:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:48:Start time: 1712915088909
04-12-2024 09:44:48:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:48:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:48:Start time: 1712915088919
04-12-2024 09:44:48:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:48:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:48 GMT
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:48:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:48:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:48:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:48:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:44:48:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:44:48:Start time: 1712915088931
04-12-2024 09:44:48:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:48:  TRACE: [WIRE] - >> 
04-12-2024 09:44:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:50:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:44:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:50 GMT
04-12-2024 09:44:50:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:50:Returned status 200 (OK)
04-12-2024 09:44:50:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:44:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:50:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()04-12-2024 09:44:50:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok

04-12-2024 09:44:50:Start time: 1712915090944
04-12-2024 09:44:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:50:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:50:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:50 GMT
04-12-2024 09:44:50:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:50:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:50:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:50:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:50:STARTING TEST : optionsWhileServerWaitTest()
04-12-2024 09:44:50:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:44:50:Start time: 1712915090956
04-12-2024 09:44:50:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:50:  TRACE: [WIRE] - >> 
04-12-2024 09:44:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:52:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:44:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:52 GMT
04-12-2024 09:44:52:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:52:Returned status 200 (OK)
04-12-2024 09:44:52:FINISHED TEST : optionsWhileServerWaitTest()
04-12-2024 09:44:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:52:STARTING TEST : putWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:52:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:52:Start time: 1712915092969
04-12-2024 09:44:52:Client was returned control in 0 milliseconds from request
04-12-2024 09:44:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:54:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:54:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:54 GMT
04-12-2024 09:44:54:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:54:Returned status 200 (OK)
04-12-2024 09:44:54:FINISHED TEST : putWithResponseClassWhileServerWaitTest()
04-12-2024 09:44:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:54:STARTING TEST : getWhileServerWaitTest()
04-12-2024 09:44:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:44:54:Start time: 1712915094982
04-12-2024 09:44:54:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:54:  TRACE: [WIRE] - >> 
04-12-2024 09:44:56:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:56:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:56:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:56:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:56:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:56 GMT
04-12-2024 09:44:56:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:56:Returned status 200 (OK)
04-12-2024 09:44:56:FINISHED TEST : getWhileServerWaitTest()
04-12-2024 09:44:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:56:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:56:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:44:56:Start time: 1712915096995
04-12-2024 09:44:56:  TRACE: [WIRE] - >> 
04-12-2024 09:44:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:56:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:56:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:56:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:56:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:56 GMT
04-12-2024 09:44:56:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:56:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:56:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:56:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:57:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:44:57:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:44:57:Start time: 1712915097007
04-12-2024 09:44:57:  TRACE: [WIRE] - >> 
04-12-2024 09:44:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:44:57:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:44:57:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:44:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:57:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:57:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:44:57:Start time: 1712915097020
04-12-2024 09:44:57:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:57:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:44:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:57:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:44:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:56 GMT
04-12-2024 09:44:57:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:44:57:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:44:57:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:44:57:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:44:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:44:57:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-12-2024 09:44:57:Start time: 1712915097032
04-12-2024 09:44:57:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:44:57:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:57:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:44:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:44:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:44:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:44:59:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:44:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:44:59 GMT
04-12-2024 09:44:59:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:44:59:Start time: 1712915099044
04-12-2024 09:44:59:Client was returned control in 1 milliseconds from request
04-12-2024 09:44:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:44:59:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:01:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:01 GMT
04-12-2024 09:45:01:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:01:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-12-2024 09:45:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:01:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:45:01:  TRACE: [WIRE] - >> 
04-12-2024 09:45:01:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:01:Start time: 1712915101058
04-12-2024 09:45:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:01:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:01:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:01:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:45:01:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest()
04-12-2024 09:45:01:Start time: 1712915101067
04-12-2024 09:45:01:Client was returned control in 1 milliseconds from request
04-12-2024 09:45:01:  TRACE: [WIRE] - >> 
04-12-2024 09:45:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:03 GMT
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:03:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:45:03:Callback completed() call ok
04-12-2024 09:45:03:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest()
04-12-2024 09:45:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:03:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:45:03:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:03:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:03:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:45:03:Start time: 1712915103080
04-12-2024 09:45:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:03 GMT
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:45:03:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:45:03:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:45:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:03:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:45:03:  TRACE: [WIRE] - >> 
04-12-2024 09:45:03:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:45:03:Start time: 1712915103092
04-12-2024 09:45:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:03:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:03:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:45:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:03:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:45:03:  TRACE: [WIRE] - >> 
04-12-2024 09:45:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:03:STARTING TEST : deleteTest()
04-12-2024 09:45:03:Start time: 1712915103101
04-12-2024 09:45:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:03 GMT
04-12-2024 09:45:03:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:03:Returned status 200 (OK)
04-12-2024 09:45:03:FINISHED TEST : deleteTest()
04-12-2024 09:45:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:45:03:  TRACE: [WIRE] - >> 
04-12-2024 09:45:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:03:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:45:03:Start time: 1712915103112
04-12-2024 09:45:03:Client was returned control in 1 milliseconds from request
04-12-2024 09:45:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:05:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:05 GMT
04-12-2024 09:45:05:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:05:Returned status 200 (OK)
04-12-2024 09:45:05:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:45:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:05:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:05:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:45:05:Start time: 1712915105125
04-12-2024 09:45:05:  TRACE: [WIRE] - >> 
04-12-2024 09:45:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:05 GMT
04-12-2024 09:45:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:45:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:45:05:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:45:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:05:STARTING TEST : postWithStringClassWhileServerWaitTest()
04-12-2024 09:45:05:Start time: 1712915105141
04-12-2024 09:45:05:Client was returned control in 2 milliseconds from request
04-12-2024 09:45:07:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:07 GMT
04-12-2024 09:45:07:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:07:FINISHED TEST : postWithStringClassWhileServerWaitTest()
04-12-2024 09:45:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:07:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()
04-12-2024 09:45:07:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:45:07:Start time: 1712915107158
04-12-2024 09:45:07:Client was returned control in 0 milliseconds from request
04-12-2024 09:45:07:  TRACE: [WIRE] - >> 
04-12-2024 09:45:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:09:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:09 GMT
04-12-2024 09:45:09:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:09:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:45:09:Callback completed() call ok
04-12-2024 09:45:09:Start time: 1712915109170
04-12-2024 09:45:09:Client was returned control in 0 milliseconds from request
04-12-2024 09:45:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:45:09:  TRACE: [WIRE] - >> 
04-12-2024 09:45:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:11:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:11 GMT
04-12-2024 09:45:11:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:11:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:45:11:Callback completed() call ok
04-12-2024 09:45:11:Start time: 1712915111181
04-12-2024 09:45:11:Client was returned control in 1 milliseconds from request
04-12-2024 09:45:11:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:45:11:  TRACE: [WIRE] - >> 
04-12-2024 09:45:13:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:13:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:13:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:13:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:13:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:13 GMT
04-12-2024 09:45:13:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:13:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:45:13:Callback completed() call ok
04-12-2024 09:45:13:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest()
04-12-2024 09:45:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:13:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:45:13:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:13:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:45:13:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:13:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:13:Start time: 1712915113195
04-12-2024 09:45:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:13:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:13:Start time: 1712915113205
04-12-2024 09:45:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:13:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:13:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:13:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:45:13:  TRACE: [WIRE] - >> 
04-12-2024 09:45:13:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:45:13:Start time: 1712915113215
04-12-2024 09:45:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:13:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:13:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:45:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:45:13:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:15 GMT
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:13:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:45:13:Start time: 1712915113224
04-12-2024 09:45:13:Client was returned control in 1 milliseconds from request
04-12-2024 09:45:15:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:45:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:15:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:45:15:Start time: 1712915115237
04-12-2024 09:45:15:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:45:15:  TRACE: [WIRE] - >> 
04-12-2024 09:45:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:15:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:15:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:45:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:15:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:45:15:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:45:15:Start time: 1712915115247
04-12-2024 09:45:15:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:15 GMT
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:15:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:15:Start time: 1712915115258
04-12-2024 09:45:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:45:15:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:15 GMT
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:15:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:15:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:15:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:45:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:15:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-12-2024 09:45:15:Start time: 1712915115271
04-12-2024 09:45:15:Client was returned control in 0 milliseconds from request
04-12-2024 09:45:15:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:45:15:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:17:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:17 GMT
04-12-2024 09:45:17:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:17:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:45:17:Callback completed() call ok
04-12-2024 09:45:17:Start time: 1712915117283
04-12-2024 09:45:17:Client was returned control in 1 milliseconds from request
04-12-2024 09:45:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:45:17:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:19:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:19 GMT
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:19:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:45:19:Callback completed() call ok
04-12-2024 09:45:19:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:45:19:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-12-2024 09:45:19:  TRACE: [WIRE] - >> 
04-12-2024 09:45:19:Start time: 1712915119397
04-12-2024 09:45:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:19:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:45:19:  TRACE: [WIRE] - >> 
04-12-2024 09:45:19:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:45:19:Start time: 1712915119407
04-12-2024 09:45:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:19:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:45:19:  TRACE: [WIRE] - >> 
04-12-2024 09:45:19:Start time: 1712915119459
04-12-2024 09:45:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:19:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:19:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:45:19:Start time: 1712915119472
04-12-2024 09:45:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:19:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:45:19:Start time: 1712915119482
04-12-2024 09:45:19:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:45:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:45:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:45:19:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest()
12-Apr-2024 09:45:19.488 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:19.489 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:19.490 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_asyncinvoker_web]
[INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 161.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
Apr 12, 2024 9:45:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:19.522 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_clientrequestcontext_web.war]
12-Apr-2024 09:45:19.924 INFO [http-nio-8080-exec-37] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:19.964 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_clientrequestcontext_web.war] has finished in [441] ms
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:STARTING TEST : setUriTest()
04-12-2024 09:45:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
04-12-2024 09:45:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080'
04-12-2024 09:45:19:###############################
04-12-2024 09:45:19:[Request] Adding entity: ENTITY
04-12-2024 09:45:19:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:19:  TRACE: [WIRE] - >> ENTITY
04-12-2024 09:45:19:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:19 GMT
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:19:  TRACE: [WIRE] - << ENTITY
04-12-2024 09:45:19:Found expected substring: ENTITY
04-12-2024 09:45:19:FINISHED TEST : setUriTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers
04-12-2024 09:45:19:  TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts
04-12-2024 09:45:19:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Length: 59
04-12-2024 09:45:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:19 GMT
04-12-2024 09:45:19:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:19:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:45:19:###############################
04-12-2024 09:45:19:  TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection;
04-12-2024 09:45:19:Found expected substring: accept-language
04-12-2024 09:45:19:Found expected substring: date
04-12-2024 09:45:19:Found expected substring: tck
04-12-2024 09:45:19:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put
04-12-2024 09:45:20:STARTING TEST : setMethodTest()
04-12-2024 09:45:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080'
04-12-2024 09:45:20:###############################
04-12-2024 09:45:20:[Request] Adding entity: ENTITY
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - >> ENTITY
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:19 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:20:  TRACE: [WIRE] - << ENTITY
04-12-2024 09:45:20:Found expected substring: ENTITY
04-12-2024 09:45:20:FINISHED TEST : setMethodTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@5dea8ad6
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:STARTING TEST : getEntityStreamTest()
04-12-2024 09:45:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080'
04-12-2024 09:45:20:###############################
04-12-2024 09:45:20:[Request] Adding entity: java.io.ByteArrayInputStream@5dea8ad6
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 8192
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:19 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:20:  TRACE: [WIRE] - << ENTITY_STREAM_WORKS
04-12-2024 09:45:20:Found expected substring: ENTITY_STREAM_WORKS
04-12-2024 09:45:20:FINISHED TEST : getEntityStreamTest()
12-Apr-2024 09:45:20.040 WARNING [http-nio-8080-exec-42] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:20.040 WARNING [http-nio-8080-exec-42] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:20.042 INFO [http-nio-8080-exec-42] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_clientrequestcontext_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
Apr 12, 2024 9:45:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:20.054 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_invocationbuilder_web.war]
12-Apr-2024 09:45:20.484 INFO [http-nio-8080-exec-47] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:20.524 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_invocationbuilder_web.war] has finished in [470] ms
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 194
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:STARTING TEST : cacheControlTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : cacheControlTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 156
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-12-2024 09:45:20:STARTING TEST : buildWithEntityTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : buildWithEntityTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:STARTING TEST : asyncTest()
04-12-2024 09:45:20:FINISHED TEST : asyncTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:STARTING TEST : buildPutTest()
04-12-2024 09:45:20:FINISHED TEST : buildPutTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:STARTING TEST : buildTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : buildTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:STARTING TEST : buildGetTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : buildGetTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-12-2024 09:45:20:  TRACE: [WIRE] - >> 
04-12-2024 09:45:20:STARTING TEST : buildDeleteTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : buildDeleteTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:45:20:  TRACE: [WIRE] - >> tck-header:cts-header
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 178
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:STARTING TEST : headersMultivaluedMapTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : headersMultivaluedMapTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:STARTING TEST : cookieCookieTest()
04-12-2024 09:45:20:FINISHED TEST : cookieCookieTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:45:20:  TRACE: [WIRE] - >> tck-header:cts-header
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 178
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:STARTING TEST : headerObjectTest()
04-12-2024 09:45:20:FINISHED TEST : headerObjectTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-12-2024 09:45:20:STARTING TEST : cookieStringStringTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : cookieStringStringTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:STARTING TEST : acceptLanguageByLocalesTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : acceptLanguageByLocalesTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:STARTING TEST : buildPostTest()
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:FINISHED TEST : buildPostTest()
04-12-2024 09:45:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-12-2024 09:45:20:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-12-2024 09:45:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:20:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:20:STARTING TEST : acceptLanguageByStringsTest()
04-12-2024 09:45:20:FINISHED TEST : acceptLanguageByStringsTest()
12-Apr-2024 09:45:20.827 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:20.827 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:20.828 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_invocationbuilder_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
12-Apr-2024 09:45:20.846 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_syncinvoker_web.war]
Apr 12, 2024 9:45:21 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:21.271 INFO [http-nio-8080-exec-41] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:21.334 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_syncinvoker_web.war] has finished in [489] ms
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:21:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:21:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:21:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeStringWithEntityTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeStringWithEntityTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:STARTING TEST : postWithGenericTypeStringTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : postWithGenericTypeStringTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:21:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : methodWithStringClassWithEntityTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:20 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : methodWithStringClassWithEntityTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:STARTING TEST : postWithStringClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : postWithStringClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head
04-12-2024 09:45:21:STARTING TEST : headTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : headTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : traceWithStringClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : traceWithStringClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : traceWithResponseClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : traceWithResponseClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : methodWithResponseClassWithEntityTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : methodWithResponseClassWithEntityTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : deleteWithResponseClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : deleteWithResponseClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : deleteWithStringClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : deleteWithStringClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : methodTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : methodTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:21:STARTING TEST : getWithGenericTypeResponseTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : getWithGenericTypeResponseTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : deleteWithGenericTypeResponseTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : deleteWithGenericTypeResponseTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : putWithStringClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : putWithStringClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : methodWithGenericTypeStringTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : methodWithGenericTypeStringTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:21:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:21:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:21:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:21:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : putWithResponseClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : putWithResponseClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:STARTING TEST : optionsTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : optionsTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:STARTING TEST : optionsWithGenericTypeStringTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : optionsWithGenericTypeStringTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:STARTING TEST : optionsWithResponseClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : optionsWithResponseClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:21:STARTING TEST : methodWithResponseClassTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:Returned status 200 (OK)
04-12-2024 09:45:21:FINISHED TEST : methodWithResponseClassTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:21:STARTING TEST : getWithGenericTypeStringTest()
04-12-2024 09:45:21:  TRACE: [WIRE] - >> 
04-12-2024 09:45:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:21:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:21:FINISHED TEST : getWithGenericTypeStringTest()
04-12-2024 09:45:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:21:STARTING TEST : putTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : putTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:STARTING TEST : getTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : getTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:STARTING TEST : putWithGenericTypeStringTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:FINISHED TEST : putWithGenericTypeStringTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:22:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:45:22:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:STARTING TEST : traceTest()
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : traceTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : deleteWithGenericTypeStringTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:FINISHED TEST : deleteWithGenericTypeStringTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:22:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:STARTING TEST : postTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : postTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : methodWithGenericTypeResponseTest()04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete

04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : methodWithGenericTypeResponseTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : postWithResponseClassTest()04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post

04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : postWithResponseClassTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:STARTING TEST : methodWithEntityTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : methodWithEntityTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:22:STARTING TEST : methodWithStringClassTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:FINISHED TEST : methodWithStringClassTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:STARTING TEST : optionsWithGenericTypeResponseTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : optionsWithGenericTypeResponseTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:45:22:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:21 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:STARTING TEST : postWithGenericTypeResponseTest()
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : postWithGenericTypeResponseTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : deleteThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : deleteThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:45:22:STARTING TEST : optionsWithStringClassTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:FINISHED TEST : optionsWithStringClassTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:STARTING TEST : getWithStringClassTest()
04-12-2024 09:45:22:FINISHED TEST : getWithStringClassTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:STARTING TEST : traceWithGenericTypeResponseTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : traceWithGenericTypeResponseTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:45:22:STARTING TEST : deleteTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : deleteTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:STARTING TEST : getWithResponseClassTest()
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : getWithResponseClassTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:45:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:STARTING TEST : putWithGenericTypeResponseTest()
04-12-2024 09:45:22:Returned status 200 (OK)
04-12-2024 09:45:22:FINISHED TEST : putWithGenericTypeResponseTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:45:22:STARTING TEST : traceWithGenericTypeStringTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:45:22:FINISHED TEST : traceWithGenericTypeStringTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:  TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:45:22:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:45:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:22:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:45:22:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:45:22:  TRACE: [WIRE] - >> 
04-12-2024 09:45:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:22:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:45:22:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
12-Apr-2024 09:45:22.787 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:22.787 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:22.788 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_syncinvoker_web]
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.956 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
Apr 12, 2024 9:45:23 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:22.803 INFO [http-nio-8080-exec-35] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_constrainedto_web.war]
12-Apr-2024 09:45:23.191 INFO [http-nio-8080-exec-35] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:23.236 INFO [http-nio-8080-exec-35] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_constrainedto_web.war] has finished in [433] ms
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Anything
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:STARTING TEST : serverSideReaderIsUsedOnServerTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: Anything
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 30
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - << The fake reader on server side
04-12-2024 09:45:23:FINISHED TEST : serverSideReaderIsUsedOnServerTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - >> reader/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:STARTING TEST : serverSideReaderIsNotUsedOnClientTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: reader/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: reader/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:45:23:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:STARTING TEST : clientSideReaderIsNotUsedOnServerTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:45:23:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : clientSideWriterIsUsedOnClientTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:FINISHED TEST : clientSideWriterIsUsedOnClientTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-12-2024 09:45:23:STARTING TEST : serverSideWriterIsNotUsedOnClientTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: writer/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - >> writer/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: writer/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:45:23:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:23:STARTING TEST : clientSideWriterIsNotUsedOnServerTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:45:23:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:45:23:STARTING TEST : clientSideReaderIsUsedOnClientTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: reader/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> reader/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: reader/clientside
04-12-2024 09:45:23:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:45:23:FINISHED TEST : clientSideReaderIsUsedOnClientTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside
04-12-2024 09:45:23:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:STARTING TEST : serverSideWriterIsUsedOnServerTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 30
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:22 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - << The fake writer on server side
04-12-2024 09:45:23:FINISHED TEST : serverSideWriterIsUsedOnServerTest()
12-Apr-2024 09:45:23.342 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:23.342 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:23.344 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_constrainedto_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
12-Apr-2024 09:45:23.434 INFO [http-nio-8080-exec-54] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_web.war]
Apr 12, 2024 9:45:23 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:23.809 INFO [http-nio-8080-exec-54] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:23.849 INFO [http-nio-8080-exec-54] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_web.war] has finished in [415] ms
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo
04-12-2024 09:45:23:STARTING TEST : getUriInfoTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 93
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO
04-12-2024 09:45:23:FINISHED TEST : getUriInfoTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getAcceptableLanguagesIsSortedTest()
04-12-2024 09:45:23:Check the #getAcceptableLanguages is sorted according to their q-value04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages

04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES
04-12-2024 09:45:23:FINISHED TEST : getAcceptableLanguagesIsSortedTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << NULL;GETDATE
04-12-2024 09:45:23:STARTING TEST : getDateIsNullTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:FINISHED TEST : getDateIsNullTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT
04-12-2024 09:45:23:STARTING TEST : setSecurityContextTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:FINISHED TEST : setSecurityContextTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : abortWithTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << ABORTWITH
04-12-2024 09:45:23:FINISHED TEST : abortWithTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : setPropertyIsReflectedInServletRequestTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:23:  TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT
04-12-2024 09:45:23:FINISHED TEST : setPropertyIsReflectedInServletRequestTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE
04-12-2024 09:45:23:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getMethodTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-12-2024 09:45:23:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << OPTIONS;GETMETHOD
04-12-2024 09:45:23:FINISHED TEST : getMethodTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : hasEntityTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-12-2024 09:45:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:[Request] Adding entity: entity
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/*
04-12-2024 09:45:23:  TRACE: [WIRE] - >> entity
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << true;HASENTITY
04-12-2024 09:45:23:FINISHED TEST : hasEntityTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 56
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE
04-12-2024 09:45:23:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:45:23:Check the #getAcceptableMediaTypes is sorted according to their q-value
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  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-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 105
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  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-12-2024 09:45:23:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:STARTING TEST : getCookiesIsReadonlyTest()
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY
04-12-2024 09:45:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:23:  TRACE: [WIRE] - << Content-Length: 57
04-12-2024 09:45:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:23:  TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY
04-12-2024 09:45:23:FINISHED TEST : getCookiesIsReadonlyTest()
04-12-2024 09:45:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
04-12-2024 09:45:23:STARTING TEST : getLanguageTest()
04-12-2024 09:45:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:45:23:###############################
04-12-2024 09:45:23:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << en-gb ;GETLANGUAGE
04-12-2024 09:45:24:FINISHED TEST : getLanguageTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setRequestUriOneUriTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:24:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1
04-12-2024 09:45:24:FINISHED TEST : setRequestUriOneUriTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getDateTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Fri, 12 Apr 2024 09:45:24 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 1712915124000;GETDATE
04-12-2024 09:45:24:FINISHED TEST : getDateTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;GETLANGUAGE
04-12-2024 09:45:24:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getHeaderStringTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2
04-12-2024 09:45:24:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setMethodTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:24:  TRACE: [WIRE] - << OPTIONS SETMETHOD
04-12-2024 09:45:24:FINISHED TEST : setMethodTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setPropertyNullTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;SETPROPERTYNULL
04-12-2024 09:45:24:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 43
04-12-2024 09:45:24:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY
04-12-2024 09:45:24:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY
04-12-2024 09:45:24:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getLengthWhenNoEntityTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength

04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << -1;GETLENGTH
04-12-2024 09:45:24:FINISHED TEST : getLengthWhenNoEntityTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/containsheaderstring' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/containsheaderstring
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, OPERATION:CONTAINSHEADERSTRING, Header3:value1 ;; Value2 ;;value 3, Content-Type:application/xml;charset=utf8
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 283
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; ;CONTAINSHEADERSTRING
04-12-2024 09:45:24:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 149
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES
04-12-2024 09:45:24:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << OPTIONS;GETREQUEST
04-12-2024 09:45:24:STARTING TEST : getRequestTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:FINISHED TEST : getRequestTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setEntityStreamTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 37
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM
04-12-2024 09:45:24:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getAcceptableMediaTypesTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 41
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES
04-12-2024 09:45:24:FINISHED TEST : getAcceptableMediaTypesTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getHeadersTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 203
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/4.0.0-M1 (HttpUrlConnection 17.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS
04-12-2024 09:45:24:FINISHED TEST : getHeadersTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;GETPROPERTY
04-12-2024 09:45:24:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2
04-12-2024 09:45:24:STARTING TEST : setRequestUriTwoUrisTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2
04-12-2024 09:45:24:FINISHED TEST : setRequestUriTwoUrisTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getLengthTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:[Request] Adding entity: 12345678901234567890
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/*
04-12-2024 09:45:24:  TRACE: [WIRE] - >> 12345678901234567890
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 20;GETLENGTH
04-12-2024 09:45:24:FINISHED TEST : getLengthTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext
04-12-2024 09:45:24:STARTING TEST : getSecurityContextPrincipalIsNullTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 23
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT
04-12-2024 09:45:24:FINISHED TEST : getSecurityContextPrincipalIsNullTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getAcceptableLanguagesTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 29
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES
04-12-2024 09:45:24:FINISHED TEST : getAcceptableLanguagesTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-12-2024 09:45:24:STARTING TEST : getMediaTypeIsNullTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 17

04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;GETMEDIATYPE
04-12-2024 09:45:24:FINISHED TEST : getMediaTypeIsNullTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty
04-12-2024 09:45:24:STARTING TEST : setPropertyTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 26
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << getSetProperty;SETPROPERTY
04-12-2024 09:45:24:FINISHED TEST : setPropertyTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : removePropertyTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty

04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << NULL;REMOVEPROPERTY
04-12-2024 09:45:24:FINISHED TEST : removePropertyTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getCookiesTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 46
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES
04-12-2024 09:45:24:FINISHED TEST : getCookiesTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY
04-12-2024 09:45:24:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 15
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << false;HASENTITY
04-12-2024 09:45:24:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : getEntityStreamTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/*
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:[Request] Adding entity: EnTiTyStReAmTeSt
04-12-2024 09:45:24:  TRACE: [WIRE] - >> EnTiTyStReAmTeSt
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM
04-12-2024 09:45:24:FINISHED TEST : getEntityStreamTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly
04-12-2024 09:45:24:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY
04-12-2024 09:45:24:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest()
12-Apr-2024 09:45:24.335 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:24.335 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:24.337 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_web]
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT
12-Apr-2024 09:45:24.353 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war]
Apr 12, 2024 9:45:24 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:24.713 INFO [http-nio-8080-exec-40] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:24.747 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war] has finished in [394] ms
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setSecurityContextTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : setSecurityContextTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : abortWithTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << OPERATION: ABORTWITH
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : abortWithTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setRequestUriOneUriTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080'04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1

04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : setRequestUriOneUriTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setMethodTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : setMethodTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:STARTING TEST : setEntityStreamTest()
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:45:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2
04-12-2024 09:45:24:STARTING TEST : setRequestUriTwoUrisTest()
04-12-2024 09:45:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-12-2024 09:45:24:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-12-2024 09:45:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:24:###############################
04-12-2024 09:45:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:23 GMT
04-12-2024 09:45:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:24:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:45:24:FINISHED TEST : setRequestUriTwoUrisTest()
12-Apr-2024 09:45:24.838 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:24.839 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:24.840 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_illegalstate_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 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
12-Apr-2024 09:45:25.799 INFO [http-nio-8080-exec-49] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_security_web.war]
12-Apr-2024 09:45:26.436 INFO [http-nio-8080-exec-49] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:26.475 INFO [http-nio-8080-exec-49] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_security_web.war] has finished in [675] ms
Apr 12, 2024 9:45:26 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:45:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-12-2024 09:45:26:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:26:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:45:26:STARTING TEST : noSecurityTest()
04-12-2024 09:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:26:###############################
04-12-2024 09:45:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:26:  TRACE: [WIRE] - << WWW-Authenticate: Basic realm="Authentication required", charset=UTF-8
04-12-2024 09:45:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:26:  TRACE: [WIRE] - << Content-Length: 690
04-12-2024 09:45:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:26 GMT
04-12-2024 09:45:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:26:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:26:FINISHED TEST : noSecurityTest()
04-12-2024 09:45:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:26:STARTING TEST : getSecurityContextTest()
04-12-2024 09:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:26:###############################
04-12-2024 09:45:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-12-2024 09:45:26:  TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl
04-12-2024 09:45:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:26:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:26 GMT
04-12-2024 09:45:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:26:  TRACE: [WIRE] - << j2ee
04-12-2024 09:45:26:FINISHED TEST : getSecurityContextTest()
12-Apr-2024 09:45:26.540 WARNING [http-nio-8080-exec-35] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:26.540 WARNING [http-nio-8080-exec-35] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:26.543 INFO [http-nio-8080-exec-35] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_security_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
Apr 12, 2024 9:45:26 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:26.553 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_resourceinfo_web.war]
12-Apr-2024 09:45:26.964 INFO [http-nio-8080-exec-31] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:26.994 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_resourceinfo_web.war] has finished in [441] ms
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method
04-12-2024 09:45:27:STARTING TEST : getResourceMethodTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:26 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << getResourceMethod
04-12-2024 09:45:27:Found expected resource method name
04-12-2024 09:45:27:FINISHED TEST : getResourceMethodTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getResourceClassTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:26 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource
04-12-2024 09:45:27:Found expected resource class name
04-12-2024 09:45:27:FINISHED TEST : getResourceClassTest()
12-Apr-2024 09:45:27.023 WARNING [http-nio-8080-exec-42] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:27.023 WARNING [http-nio-8080-exec-42] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:27.024 INFO [http-nio-8080-exec-42] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_resourceinfo_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
Apr 12, 2024 9:45:27 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:27.047 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_responsecontext_web.war]
12-Apr-2024 09:45:27.423 INFO [http-nio-8080-exec-31] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:27.478 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_responsecontext_web.war] has finished in [431] ms
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:45:27:STARTING TEST : getStringsHeaderMoreItemsTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: commaSeparated
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> commaSeparated
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 42
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << responsefilterentity responsefilterentity 
04-12-2024 09:45:27:FINISHED TEST : getStringsHeaderMoreItemsTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: false
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> false
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 
04-12-2024 09:45:27:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
04-12-2024 09:45:27:STARTING TEST : getEntityTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 144
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:45:27:FINISHED TEST : getEntityTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getDateIsNullTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETDATE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 0
04-12-2024 09:45:27:FINISHED TEST : getDateIsNullTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getLinksTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 105
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Link: <html://localhost:8080/nohttp>,<http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>;<html://localhost:8080/nohttp>
04-12-2024 09:45:27:FINISHED TEST : getLinksTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-12-2024 09:45:27:STARTING TEST : getStringHeadersUsesHeaderDelegateTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: headerDelegate
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> headerDelegate
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-12-2024 09:45:27:STARTING TEST : getLinkBuilderWhenNoLinkTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:27:FINISHED TEST : getLinkBuilderWhenNoLinkTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getEntityClassByteArrayTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: bytearray
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> bytearray
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << [B
04-12-2024 09:45:27:FINISHED TEST : getEntityClassByteArrayTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:45:27:STARTING TEST : getStringHeadersTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: EnTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> EnTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER: EnTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << EnTITY
04-12-2024 09:45:27:FINISHED TEST : getStringHeadersTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-12-2024 09:45:27:STARTING TEST : getMediaTypeWhenNoMediaTypeTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:27:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-12-2024 09:45:27:STARTING TEST : getLinksWhenNoLinkTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:27:FINISHED TEST : getLinksWhenNoLinkTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> application/svg+xml
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: application/svg+xml
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << application/svg+xml
04-12-2024 09:45:27:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-12-2024 09:45:27:STARTING TEST : getEntityAnnotationsTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: true
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> true
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 93
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 
04-12-2024 09:45:27:FINISHED TEST : getEntityAnnotationsTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:STARTING TEST : getLinkTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:27:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLINK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:27:FINISHED TEST : getLinkTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : setEntityTest()
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: application/svg+xml
04-12-2024 09:45:27:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:27:FINISHED TEST : setEntityTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:STARTING TEST : hasEntityTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:45:27:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: HASENTITY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << true
04-12-2024 09:45:27:FINISHED TEST : hasEntityTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER: HEADER
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 24
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER found as expected
04-12-2024 09:45:27:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: HASLINK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << false
04-12-2024 09:45:27:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getLanguageTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: fr-ca
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> fr-ca
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Language: fr-ca
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << fr_CA
04-12-2024 09:45:27:FINISHED TEST : getLanguageTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> toString
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:STARTING TEST : getStringHeadersUsesToStringMethodTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: toString
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:27:FINISHED TEST : getStringHeadersUsesToStringMethodTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:STARTING TEST : getDateTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 1712915127000
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 1712915127000
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETDATE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 1712915127000
04-12-2024 09:45:27:FINISHED TEST : getDateTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:STARTING TEST : getCookiesIsReadOnlyTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 35
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << getCookies is read-only as expected
04-12-2024 09:45:27:FINISHED TEST : getCookiesIsReadOnlyTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:27:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:27:STARTING TEST : getHeaderStringTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 24
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << GETHEADERSTRINGOPERATION
04-12-2024 09:45:27:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:45:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:STARTING TEST : setStatusInfoTest()
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 200
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 200
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 200
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 201
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 201
04-12-2024 09:45:27:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 201
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 202
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 202
04-12-2024 09:45:27:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 202
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 204
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 204
04-12-2024 09:45:27:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 205
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 205
04-12-2024 09:45:27:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 206
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 206
04-12-2024 09:45:27:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 206
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 300
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 300
04-12-2024 09:45:27:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 300
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 301
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 301
04-12-2024 09:45:27:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 301
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 302
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 302
04-12-2024 09:45:27:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 302
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 303
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 303
04-12-2024 09:45:27:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 303
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 304
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 304
04-12-2024 09:45:27:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 305
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 305
04-12-2024 09:45:27:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 305
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 30704-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 307
04-12-2024 09:45:27:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 307
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 308
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 308
04-12-2024 09:45:27:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 308
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 400
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 400
04-12-2024 09:45:27:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 400
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:27:[Request] Adding entity: 401
04-12-2024 09:45:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:27:  TRACE: [WIRE] - >> 401
04-12-2024 09:45:27:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:45:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:27:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:27:  TRACE: [WIRE] - << 401
04-12-2024 09:45:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:27:###############################
04-12-2024 09:45:28:[Request] Adding entity: 402
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 402
04-12-2024 09:45:28:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 402
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 403
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 403
04-12-2024 09:45:28:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 403
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:[Request] Adding entity: 404
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 404
04-12-2024 09:45:28:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 404
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 405
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 405
04-12-2024 09:45:28:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 405
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 406
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 406
04-12-2024 09:45:28:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 406
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 407
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 407
04-12-2024 09:45:28:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 407
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 408
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 408
04-12-2024 09:45:28:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 408
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 409
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 409
04-12-2024 09:45:28:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 409
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 410
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 410
04-12-2024 09:45:28:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 410
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 411
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 411
04-12-2024 09:45:28:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 411
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 412
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 412
04-12-2024 09:45:28:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 412
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 413
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 413
04-12-2024 09:45:28:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 413
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 414
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 414
04-12-2024 09:45:28:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 414
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 415
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 415
04-12-2024 09:45:28:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 415
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 416
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 416
04-12-2024 09:45:28:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 416
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 417
04-12-2024 09:45:28:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 417
04-12-2024 09:45:28:  TRACE: [WIRE] - << 417
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 428
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 428
04-12-2024 09:45:28:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 428
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 429
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 429
04-12-2024 09:45:28:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 429
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 431
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 431
04-12-2024 09:45:28:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 431
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 451
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 451
04-12-2024 09:45:28:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 451
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 500
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 500
04-12-2024 09:45:28:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 500
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 501
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 501
04-12-2024 09:45:28:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 501
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 502
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 502
04-12-2024 09:45:28:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 502
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 503
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 503
04-12-2024 09:45:28:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 503
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 504
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 504
04-12-2024 09:45:28:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 504
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 505
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 505
04-12-2024 09:45:28:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 505
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 511
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 511
04-12-2024 09:45:28:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 511
04-12-2024 09:45:28:FINISHED TEST : setStatusInfoTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:STARTING TEST : hasLinkTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:28:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: HASLINK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << true
04-12-2024 09:45:28:FINISHED TEST : hasLinkTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << Allow: TRACE,OPTIONS
04-12-2024 09:45:28:  TRACE: [WIRE] - << trace options 
04-12-2024 09:45:28:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:STARTING TEST : getStatusTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 200
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 200
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 201
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 201
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 201
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 20204-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 202
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 202
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 204
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 204
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 204
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 205
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 205
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 205
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 206
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 206
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 206
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 300
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 300
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 300
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 301
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 301
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 301
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 302
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 302
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 302
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 303
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 303
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 303
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 304
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 304
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:27 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 304
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 305
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 305
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 305
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 307
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 307
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 307
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 308
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 308
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 308
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 400
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 400
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 400
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 401
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 401
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 401
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 402
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 402
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 402
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 403
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 403
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 403
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 404
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 404
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 404
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 405
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 405
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 405
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 406
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 406
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 406
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 407
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 407
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 407
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 408
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 408
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 408
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 409
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 409
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 409
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 410
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 410
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 410
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:[Request] Adding entity: 411
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 411
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 411
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 412
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 412
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 412
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 413
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 413
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 413
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 414
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 414
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 414
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 415
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 415
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 415
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 416
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:[Request] Adding entity: 416
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 416
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 417
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 417
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 417
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 428
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 428
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 428
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 429
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 429
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 429
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:[Request] Adding entity: 431
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 431
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 431
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 451
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 451
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 451
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 500
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 500
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 500
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 501
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 501
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 501
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 502
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 502
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 502
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 503
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 503
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 503
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 504
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 504
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 504
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 50504-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 505
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 505
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: 511
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> 511
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << 511
04-12-2024 09:45:28:FINISHED TEST : getStatusTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: commaSeparated
04-12-2024 09:45:28:  TRACE: [WIRE] - >> commaSeparated
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 41
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:45:28:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:STARTING TEST : getLengthWhenNoEntityTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << -1
04-12-2024 09:45:28:FINISHED TEST : getLengthWhenNoEntityTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/containsheaderstring
04-12-2024 09:45:28:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/containsheaderstring' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: Test
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Test
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << Accept: text/html, text/html;level=1, */*
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: CONTAINSHEADERSTRING
04-12-2024 09:45:28:  TRACE: [WIRE] - << Header3: value1 ;; Value2 ;;value 3
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 262
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; 
04-12-2024 09:45:28:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:45:28:STARTING TEST : getEntityClassInputStreamTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: inputstream
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> inputstream
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-12-2024 09:45:28:FINISHED TEST : getEntityClassInputStreamTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: headerDelegate
04-12-2024 09:45:28:  TRACE: [WIRE] - >> headerDelegate
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> null
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:STARTING TEST : getHeaderStringHeaderIsNullTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: null
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:28:FINISHED TEST : getHeaderStringHeaderIsNullTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:STARTING TEST : getLastModifiedIsNullTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:28:FINISHED TEST : getLastModifiedIsNullTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> inputstream
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:STARTING TEST : getEntityTypeInputStreamTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: inputstream
04-12-2024 09:45:28:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-12-2024 09:45:28:FINISHED TEST : getEntityTypeInputStreamTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << ETag: "ResponseFilterEntity"
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:28:STARTING TEST : getEntityTagTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:28:FINISHED TEST : getEntityTagTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
04-12-2024 09:45:28:STARTING TEST : setEntityStreamTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK
04-12-2024 09:45:28:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
04-12-2024 09:45:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:28:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:45:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:28:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:28:STARTING TEST : getEntityIsNullTest()
04-12-2024 09:45:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:45:28:###############################
04-12-2024 09:45:28:FINISHED TEST : getEntityIsNullTest()
04-12-2024 09:45:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> header
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << header4: header
04-12-2024 09:45:29:  TRACE: [WIRE] - << header3: header
04-12-2024 09:45:29:  TRACE: [WIRE] - << header2: header
04-12-2024 09:45:29:  TRACE: [WIRE] - << header1: header
04-12-2024 09:45:29:  TRACE: [WIRE] - << header0: header
04-12-2024 09:45:28:STARTING TEST : getHeadersTest()
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: header
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 
04-12-2024 09:45:29:FINISHED TEST : getHeadersTest()
04-12-2024 09:45:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> string
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:45:29:STARTING TEST : getEntityClassStringTest()
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: string
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:29:FINISHED TEST : getEntityClassStringTest()
04-12-2024 09:45:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:29:STARTING TEST : getStatusInfoTest()
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo

04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 200
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 200
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 201
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 201
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 201
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 202
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 202
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 202
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 204
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 204
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 204
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 205
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 205
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 205
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 206
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 206
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 206
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 300
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 300
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 300
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 301
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 301
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 301
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 302
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 302
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 302
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 303
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 303
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 303
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 304
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 304
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 304
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 305
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 305
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 305
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 307
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 307
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 307
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 308
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 308
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 308
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 400
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 400
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 400
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 401
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 401
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 401
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 402
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 402
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 402
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 403
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 403
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 403
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 404
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 404
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 404
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 405
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 405
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 405
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 406
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 406
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 406
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 407
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 407
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 407
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 408
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 408
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 408
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 409
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 409
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 409
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 410
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 410
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 410
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 411
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 411
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 411
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 412
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 412
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 412
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 413
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 413
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 413
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 414
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 414
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 414
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 415
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 415
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 415
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 416
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 416
04-12-2024 09:45:29:  TRACE: [WIRE] - << 416
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 417
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 417
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 417
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:[Request] Adding entity: 428
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 428
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 428
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-12-2024 09:45:29:[Request] Adding entity: 429
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 429
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 429
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 431
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 431
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 431
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 451
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 451
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 451
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 500
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 500
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 500
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 501
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 501
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 501
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 502
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 502
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 502
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 503
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 503
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 503
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 504
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 504
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 504
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 505
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 505
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 505
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 511
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 511
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 511
04-12-2024 09:45:29:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:45:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 200
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:STARTING TEST : setStatusTest()
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 200
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 201
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 201
04-12-2024 09:45:29:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 201
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 202
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 202
04-12-2024 09:45:29:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 202
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 204
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 204
04-12-2024 09:45:29:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 205
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 205
04-12-2024 09:45:29:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 206
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 206
04-12-2024 09:45:29:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 206
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 300
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 300
04-12-2024 09:45:29:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:28 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 300
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 301
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 301
04-12-2024 09:45:29:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 301
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 302
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 302
04-12-2024 09:45:29:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 302
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 303
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 303
04-12-2024 09:45:29:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 303
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 304
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 304
04-12-2024 09:45:29:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 305
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 305
04-12-2024 09:45:29:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 305
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 307
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 307
04-12-2024 09:45:29:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 307
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 308
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 308
04-12-2024 09:45:29:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 308
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 400
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 400
04-12-2024 09:45:29:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 400
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 401
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 401
04-12-2024 09:45:29:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 401
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 402
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 402
04-12-2024 09:45:29:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 402
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 403
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 403
04-12-2024 09:45:29:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 403
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 404
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 404
04-12-2024 09:45:29:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 404
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 405
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 405
04-12-2024 09:45:29:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 405
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 406
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 406
04-12-2024 09:45:29:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 406
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 407
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 407
04-12-2024 09:45:29:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 407
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 408
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 408
04-12-2024 09:45:29:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 408
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 409
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 409
04-12-2024 09:45:29:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 409
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:[Request] Adding entity: 410
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 410
04-12-2024 09:45:29:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 410
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 411
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 411
04-12-2024 09:45:29:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 411
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 412
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 412
04-12-2024 09:45:29:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 412
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 413
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 413
04-12-2024 09:45:29:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 413
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 414
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 414
04-12-2024 09:45:29:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 414
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 415
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 415
04-12-2024 09:45:29:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 415
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 416
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 416
04-12-2024 09:45:29:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 416
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 417
04-12-2024 09:45:29:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 417
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 417
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 428
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 428
04-12-2024 09:45:29:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 428
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:[Request] Adding entity: 429
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 429
04-12-2024 09:45:29:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 429
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:[Request] Adding entity: 431
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 431
04-12-2024 09:45:29:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 431
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 451
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 451
04-12-2024 09:45:29:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 451
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 500
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 500
04-12-2024 09:45:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 500
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 501
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 501
04-12-2024 09:45:29:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 501
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 502
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 502
04-12-2024 09:45:29:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 502
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 503
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 503
04-12-2024 09:45:29:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 503
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 504
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 504
04-12-2024 09:45:29:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 504
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 505
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 505
04-12-2024 09:45:29:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 505
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: 511
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> 511
04-12-2024 09:45:29:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << 511
04-12-2024 09:45:29:FINISHED TEST : setStatusTest()
04-12-2024 09:45:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-12-2024 09:45:29:STARTING TEST : getLinkBuilderTest()
04-12-2024 09:45:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-12-2024 09:45:29:###############################
04-12-2024 09:45:29:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:29:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:29:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-12-2024 09:45:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:45:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:29:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:45:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:29:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:29:FINISHED TEST : getLinkBuilderTest()
04-12-2024 09:45:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity
04-12-2024 09:45:29:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2
04-12-2024 09:45:30:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:STARTING TEST : getLengthTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:45:30:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << 20sponseFilterEntity
04-12-2024 09:45:30:FINISHED TEST : getLengthTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETLINK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:30:STARTING TEST : getLinkWhenNoLinkTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:FINISHED TEST : getLinkWhenNoLinkTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : getStringHeadersHeaderIsNullTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: null
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> null
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:30:FINISHED TEST : getStringHeadersHeaderIsNullTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> 1712915130000
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Last-Modified: Fri, 12 Apr 2024 09:45:30 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << 1712915130000
04-12-2024 09:45:30:STARTING TEST : getLastModifiedTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: 1712915130000
04-12-2024 09:45:30:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : getEntityTypeByteArrayTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: bytearray
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> bytearray
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << [B
04-12-2024 09:45:30:FINISHED TEST : getEntityTypeByteArrayTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : getEntityTypeStringTest()
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: string
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> string
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:30:FINISHED TEST : getEntityTypeStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: toString
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> toString
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:30:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:30:STARTING TEST : getLocationTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:30:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:45:30:FINISHED TEST : getLocationTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:STARTING TEST : getLocationWhenNoLocationTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:30:FINISHED TEST : getLocationWhenNoLocationTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << NULL
04-12-2024 09:45:30:STARTING TEST : getEntityTagIsNullTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:FINISHED TEST : getEntityTagIsNullTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETCOOKIES
04-12-2024 09:45:30:STARTING TEST : getCookiesTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 11
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << cookiename 
04-12-2024 09:45:30:FINISHED TEST : getCookiesTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-12-2024 09:45:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: HASENTITY
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << false
04-12-2024 09:45:30:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream
04-12-2024 09:45:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:30:  TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM
04-12-2024 09:45:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:30:STARTING TEST : getEntityStreamTest()
04-12-2024 09:45:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-12-2024 09:45:30:###############################
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:29 GMT
04-12-2024 09:45:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:30:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:45:30:FINISHED TEST : getEntityStreamTest()
12-Apr-2024 09:45:30.159 WARNING [http-nio-8080-exec-43] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:30.160 WARNING [http-nio-8080-exec-43] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:30.161 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_responsecontext_web]
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.133 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
Apr 12, 2024 9:45:30 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:30.215 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:45:30.604 INFO [http-nio-8080-exec-61] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:30.641 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [426] ms
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:FINISHED TEST : cookieParamTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:[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-12-2024 09:45:30:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:30:[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-12-2024 09:45:30:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:45:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:30:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:45:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:30:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:45:30.778 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:30.778 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:30.779 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
12-Apr-2024 09:45:30.937 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_locator_web.war]Apr 12, 2024 9:45:31 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:45:31.337 INFO [http-nio-8080-exec-45] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:31.375 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_locator_web.war] has finished in [438] ms
12-Apr-2024 09:45:31.386 INFO [http-nio-8080-exec-39] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:45:31.728 INFO [http-nio-8080-exec-39] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:31.761 INFO [http-nio-8080-exec-39] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [375] msApr 12, 2024 9:45:31 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamSubTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:FINISHED TEST : cookieParamSubTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:31:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:31:[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-12-2024 09:45:31:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:45:31:[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-12-2024 09:45:31:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:45:31.847 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:31.847 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:31.849 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_locator_web]
12-Apr-2024 09:45:31.852 WARNING [http-nio-8080-exec-34] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:31.852 WARNING [http-nio-8080-exec-34] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:31.853 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:45:32 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
Apr 12, 2024 9:45:32 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:31.917 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_sub_web.war]
12-Apr-2024 09:45:32.248 INFO [http-nio-8080-exec-48] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:32.283 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_sub_web.war] has finished in [365] ms
12-Apr-2024 09:45:32.293 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:45:32.627 INFO [http-nio-8080-exec-37] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:32.661 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [368] ms
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamSubTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:FINISHED TEST : cookieParamSubTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:32:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:32:[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-12-2024 09:45:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:45:32:[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-12-2024 09:45:32:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:45:32.771 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:32.771 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:32.773 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_sub_web]
12-Apr-2024 09:45:32.815 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:32.815 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:32.816 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.96 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
Apr 12, 2024 9:45:33 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:32.826 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_application_web.war]
12-Apr-2024 09:45:33.194 INFO [http-nio-8080-exec-56] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:33.226 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_application_web.war] has finished in [400] ms
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : getSingletonsTest()
04-12-2024 09:45:33:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:33:FINISHED TEST : getSingletonsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : getClassesTest()
04-12-2024 09:45:33:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:33:FINISHED TEST : getClassesTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : defaultGetPropertiesIsEmptyTest()
04-12-2024 09:45:33:Default implementation gets empty map as expected
04-12-2024 09:45:33:FINISHED TEST : defaultGetPropertiesIsEmptyTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : getPropertiesTest()
04-12-2024 09:45:33:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:33:FINISHED TEST : getPropertiesTest()
12-Apr-2024 09:45:33.244 WARNING [http-nio-8080-exec-30] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:33.244 WARNING [http-nio-8080-exec-30] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:33.245 INFO [http-nio-8080-exec-30] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_application_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
Apr 12, 2024 9:45:33 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:33.262 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configurable_web.war]
12-Apr-2024 09:45:33.611 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:33.641 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configurable_web.war] has finished in [380] ms
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassWriterContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:45:33: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-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33: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-12-2024 09:45:33:FINISHED TEST : registerClassWriterContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectReaderContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33:FINISHED TEST : registerObjectReaderContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectBindingPriorityTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:FINISHED TEST : registerObjectBindingPriorityTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassReaderContractsInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33:FINISHED TEST : registerClassReaderContractsInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectWriterContractsInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:45:33: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-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33: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-12-2024 09:45:33:FINISHED TEST : registerObjectWriterContractsInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:STARTING TEST : registerClassEmptyContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider of with contracts has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instancesApr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider of with contracts has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassEmptyContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassNotAssignableContractsInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassNotAssignableContractsInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectNotAssignableContractsInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerObjectNotAssignableContractsInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassReaderContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33:FINISHED TEST : registerClassReaderContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:STARTING TEST : registerObjectEmptyContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with empty contracts has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with empty contracts has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerObjectEmptyContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerClassBindingPriorityInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassBindingPriorityInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectReaderContractsInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33:FINISHED TEST : registerObjectReaderContractsInMapTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:STARTING TEST : registerClassNullContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with null contract has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with null contract has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassNullContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:STARTING TEST : registerObjectNotAssignableContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider withO unassignable contract has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider withO unassignable contract has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerObjectNotAssignableContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:33 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-12-2024 09:45:33:STARTING TEST : registerClassNotAssignableContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:Check on Configurable WebTargetApr 12, 2024 9:45:33 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-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:33:FINISHED TEST : registerClassNotAssignableContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectWriterContractsTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:45:33: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-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 1 provider(s) as expected
04-12-2024 09:45:33:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:33: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-12-2024 09:45:33:FINISHED TEST : registerObjectWriterContractsTest()
04-12-2024 09:45:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:33:STARTING TEST : registerObjectBindingPriorityInMapTest()
04-12-2024 09:45:33:Check on Configurable Client
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:33:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:33:Check on Configurable WebTarget
04-12-2024 09:45:33:Already registered 0 classes
04-12-2024 09:45:33:Already registered 0 instances
04-12-2024 09:45:33:Found 0 provider(s) as expected
04-12-2024 09:45:33:Found 2 provider(s) as expected
04-12-2024 09:45:34:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:45:34:FINISHED TEST : registerObjectBindingPriorityInMapTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : registerClassWriterContractsInMapTest()
04-12-2024 09:45:34:Check on Configurable Client
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 1 provider(s) as expected
04-12-2024 09:45:34:Found 1 provider(s) as expected
04-12-2024 09:45:34:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:45:34: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-12-2024 09:45:34:Check on Configurable WebTarget
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 0 provider(s) as expected
04-12-2024 09:45:34:Found 1 provider(s) as expected
04-12-2024 09:45:34:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:45:34: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-12-2024 09:45:34:FINISHED TEST : registerClassWriterContractsInMapTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:45:34 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-12-2024 09:45:34:STARTING TEST : registerObjectNullContractsTest()
04-12-2024 09:45:34:Check on Configurable Client
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 0 provider(s) as expected
04-12-2024 09:45:34:Found 0 provider(s) as expectedApr 12, 2024 9:45:34 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-12-2024 09:45:34:The provider with null contract has ben ignored as expected
04-12-2024 09:45:34:Check on Configurable WebTarget
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 0 provider(s) as expected
04-12-2024 09:45:34:Found 0 provider(s) as expected
04-12-2024 09:45:34:The provider with null contract has ben ignored as expected
04-12-2024 09:45:34:FINISHED TEST : registerObjectNullContractsTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest()
04-12-2024 09:45:34:Check on Configurable Client
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 2 provider(s) as expected
04-12-2024 09:45:34:Found 2 provider(s) as expected
04-12-2024 09:45:34:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-12-2024 09:45:34:Check on Configurable WebTarget
04-12-2024 09:45:34:Already registered 0 classes
04-12-2024 09:45:34:Already registered 0 instances
04-12-2024 09:45:34:Found 0 provider(s) as expected
04-12-2024 09:45:34:Found 2 provider(s) as expected
04-12-2024 09:45:34:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-12-2024 09:45:34:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest()
12-Apr-2024 09:45:34.056 WARNING [http-nio-8080-exec-56] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:34.056 WARNING [http-nio-8080-exec-56] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:34.058 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_configurable_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
12-Apr-2024 09:45:34.071 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configuration_web.war]Apr 12, 2024 9:45:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:45:34.456 INFO [http-nio-8080-exec-34] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:34.485 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configuration_web.war] has finished in [414] ms
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : isEnabledFeatureReturningFalseTest()
04-12-2024 09:45:34:Registering on Client
04-12-2024 09:45:34:Registering on WebTarget
04-12-2024 09:45:34:Feature feature2 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature1 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature4 has NOT been enabled as expected
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:34:FINISHED TEST : isEnabledFeatureReturningFalseTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : isEnabledClassReturningFalseTest()
04-12-2024 09:45:34:Registering on Client
04-12-2024 09:45:34:Registering on WebTarget
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on Client configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:No feature enabled as expected on WebTarget configuration
04-12-2024 09:45:34:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:34:FINISHED TEST : isEnabledClassReturningFalseTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : isEnabledFeatureClassReturningTrueTest()
04-12-2024 09:45:34:Registering on Client
04-12-2024 09:45:34:Registering on WebTarget
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature1 registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature2 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature3 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature4 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature1 registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature2 registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature3 NOT registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature4 NOT registered as expected on WebTarget configuration
04-12-2024 09:45:34:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:34:FINISHED TEST : isEnabledFeatureClassReturningTrueTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : isEnabledFeatureReturningTrueTest()
04-12-2024 09:45:34:Registering on Client
04-12-2024 09:45:34:Registering on WebTarget
04-12-2024 09:45:34:Feature feature2 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature1 has been enabled as expected
04-12-2024 09:45:34:Feature feature3 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature4 has NOT been enabled as expected
04-12-2024 09:45:34:Feature feature1 registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature2 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature3 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature4 NOT registered as expected on Client configuration
04-12-2024 09:45:34:Feature feature1 registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature2 registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature3 NOT registered as expected on WebTarget configuration
04-12-2024 09:45:34:Feature feature4 NOT registered as expected on WebTarget configuration
04-12-2024 09:45:34:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:45:34:FINISHED TEST : isEnabledFeatureReturningTrueTest()
12-Apr-2024 09:45:34.554 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:34.554 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:34.555 INFO [http-nio-8080-exec-32] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_configuration_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
12-Apr-2024 09:45:34.565 INFO [http-nio-8080-exec-66] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_headers_web.war]
Apr 12, 2024 9:45:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:34.937 INFO [http-nio-8080-exec-66] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:34.970 INFO [http-nio-8080-exec-66] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_headers_web.war] has finished in [405] ms
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : cookieTest()
04-12-2024 09:45:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie
04-12-2024 09:45:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080'
04-12-2024 09:45:34:###############################
04-12-2024 09:45:34:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web
04-12-2024 09:45:34:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:34:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:34:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:34:  TRACE: [WIRE] - << Content-Length: 229
04-12-2024 09:45:34:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:34:  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-12-2024 09:45:34:FINISHED TEST : cookieTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : contentLanguageTest()
04-12-2024 09:45:34:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080'
04-12-2024 09:45:34:###############################
04-12-2024 09:45:34:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en_US, encoding=null], annotations=[]}
04-12-2024 09:45:34:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/
04-12-2024 09:45:34:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en_US
04-12-2024 09:45:34:  TRACE: [WIRE] - >> anything
04-12-2024 09:45:34:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:34:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:34:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:34:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:45:34:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:34:  TRACE: [WIRE] - << Content-Languageen-US
04-12-2024 09:45:34:FINISHED TEST : contentLanguageTest()
04-12-2024 09:45:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:34:STARTING TEST : acceptLanguageTest()
04-12-2024 09:45:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080'04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl

04-12-2024 09:45:34:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 35
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 
04-12-2024 09:45:35:FINISHED TEST : acceptLanguageTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getDateTest()
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:[Request] Adding entity: getDate
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, Date:Fri, 12 Apr 2024 09:45:35 GMT, Content-Type:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - >> getDate
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << 1712915135000
04-12-2024 09:45:35:#getDate() returned expected Date instance
04-12-2024 09:45:35:FINISHED TEST : getDateTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getHeaderStringTest()
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:[Request] Adding entity: askdjb
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - >> askdjb
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << askdjbaskdjb
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:[Request] Adding entity: ksadbva
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - >> ksadbva
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << ksadbvaksadbva
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:45:35:[Request] Adding entity: klwiaslkfn
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - >> klwiaslkfn
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << klwiaslkfnklwiaslkfn
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:[Request] Adding entity: klwvasbk
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - >> klwvasbk
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << klwvasbkklwvasbk
04-12-2024 09:45:35:#getHeaderString() returned expected header values
04-12-2024 09:45:35:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt
04-12-2024 09:45:35:STARTING TEST : mediaTypeTest()
04-12-2024 09:45:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 136
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 
04-12-2024 09:45:35:FINISHED TEST : mediaTypeTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:35:  TRACE: [WIRE] - >> bean
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:STARTING TEST : getHeaderStringUsesToStringTest()
04-12-2024 09:45:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:[Request] Adding entity: bean
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:35:#getHeaderString() returned expected header converted by toString() method
04-12-2024 09:45:35:FINISHED TEST : getHeaderStringUsesToStringTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt
04-12-2024 09:45:35:STARTING TEST : mediaTypeAcceptableTest()
04-12-2024 09:45:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/*
04-12-2024 09:45:35:FINISHED TEST : mediaTypeAcceptableTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/contains-headers
04-12-2024 09:45:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/contains-headers' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Header3:value1 ;; Value2 ;;value 3, Content-Type:application/xml;charset=utf8
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 262
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; 
04-12-2024 09:45:35:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getLengthTest()
04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length
04-12-2024 09:45:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << -1
04-12-2024 09:45:35:#getLength() returned expected length -1
04-12-2024 09:45:35:FINISHED TEST : getLengthTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : requestHeadersTest()
04-12-2024 09:45:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers
04-12-2024 09:45:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080'
04-12-2024 09:45:35:###############################
04-12-2024 09:45:35:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8
04-12-2024 09:45:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Length: 130
04-12-2024 09:45:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:34 GMT
04-12-2024 09:45:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:35:  TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 
04-12-2024 09:45:35:FINISHED TEST : requestHeadersTest()
12-Apr-2024 09:45:35.174 WARNING [http-nio-8080-exec-34] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:35.174 WARNING [http-nio-8080-exec-34] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:35.175 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_headers_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
12-Apr-2024 09:45:35.217 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_request_web.war]
12-Apr-2024 09:45:35.557 INFO [http-nio-8080-exec-41] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:45:35 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:45:35.595 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_request_web.war] has finished in [378] ms
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : selectVariantGetRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : selectVariantGetRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : selectVariantDeleteRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : selectVariantDeleteRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : selectVariantPostRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : selectVariantPostRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getMethodPutRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : getMethodPutRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : selectVariantResponseVaryTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : selectVariantResponseVaryTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getMethodGetRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : getMethodGetRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getMethodPostRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : getMethodPostRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getMethodHeadRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : getMethodHeadRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : getMethodDeleteRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : getMethodDeleteRequestTest()
04-12-2024 09:45:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:35:STARTING TEST : selectVariantPutRequestTest()
04-12-2024 09:45:35:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:35:FINISHED TEST : selectVariantPutRequestTest()
12-Apr-2024 09:45:35.678 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:35.678 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:35.679 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_request_web]
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
12-Apr-2024 09:45:35.729 INFO [http-nio-8080-exec-59] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_response_web.war]
Apr 12, 2024 9:45:36 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:36.075 INFO [http-nio-8080-exec-59] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:36.124 INFO [http-nio-8080-exec-59] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_response_web.war] has finished in [395] ms
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive

04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:ProcessingException has been thrown as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-12-2024 09:45:36:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLocationNotPresentTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:response#getLocation() was null as expected
04-12-2024 09:45:36:FINISHED TEST : getLocationNotPresentTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: delegate
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> delegate
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:45:36:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:45:36:HeaderDelegate is used for header as expected
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:Close() has been called on an entity stream as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLinksIsNotNullTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:#getLinks contains no links as expected
04-12-2024 09:45:36:FINISHED TEST : getLinksIsNotNullTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:Close() has not been called on entity stream as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:STARTING TEST : bufferEntityThrowsExceptionTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:ProcessingException has been thrown as expected
04-12-2024 09:45:36:FINISHED TEST : bufferEntityThrowsExceptionTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder

04-12-2024 09:45:36:[Request] Adding entity: anyrelation
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> anyrelation
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="anyrelation"
04-12-2024 09:45:36:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:45:36:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:response#getEntityTag() was null as expected
04-12-2024 09:45:36:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created
04-12-2024 09:45:36:STARTING TEST : responseCreatedRelativeURITest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:FINISHED TEST : responseCreatedRelativeURITest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLinksTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path2>; rel="rel2",<http://localhost.tck:888/url404/path1>; rel="rel1"
04-12-2024 09:45:36:#getLinks contains expected links
04-12-2024 09:45:36:FINISHED TEST : getLinksTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: stringheaders
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> stringheaders
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:45:36:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:45:36:#getStringHeaders contains expected values Keep-Alive=[timeout=20],s3=[s3],Connection=[keep-alive],Content-Length=[0],Date=[Fri, 12 Apr 2024 09:45:36 GMT],s1=[s1],s2=[s2]
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-12-2024 09:45:36:IllegalStateException has been thrown as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:response#getLanguage() was null as expected
04-12-2024 09:45:36:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:Close() has been called on an entity stream as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:Close() has not been called on entity stream as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : readEntityClassTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:Got expected ENtiTy
04-12-2024 09:45:36:FINISHED TEST : readEntityClassTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> application/atom+xml
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:45:36:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: application/atom+xml
04-12-2024 09:45:36:#getMediaType returned expected MediaType
04-12-2024 09:45:36:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> getLinkTest
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="getLinkTest"
04-12-2024 09:45:36:STARTING TEST : getLinkTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: getLinkTest
04-12-2024 09:45:36:#getLink matches expected Link
04-12-2024 09:45:36:FINISHED TEST : getLinkTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:Null or zero length entity returned when no entity as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:STARTING TEST : readEntityGenericCloseIsCalledTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:Close() has been called on an entity stream as expected
04-12-2024 09:45:36:FINISHED TEST : readEntityGenericCloseIsCalledTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:IllegalStateException has been thrown as expected
04-12-2024 09:45:36:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:getHeaders is mutable
04-12-2024 09:45:36:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915136539
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 1712915136539
04-12-2024 09:45:36:STARTING TEST : readEntityClassAnnotationTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915136539' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:Got expected date Fri Apr 12 09:45:36 UTC 2024
04-12-2024 09:45:36:FINISHED TEST : readEntityClassAnnotationTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:36:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:36:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:#hasLink has not found any Link as expected
04-12-2024 09:45:36:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : closeTest()
04-12-2024 09:45:36:#close() closed the stream, and consecutive reading threw IllegalStateException as expected
04-12-2024 09:45:36:FINISHED TEST : closeTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:STARTING TEST : getLanguageTest()
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: CA
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> CA
04-12-2024 09:45:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:45:36:#getLocale matches the Content-Language HTTP header
04-12-2024 09:45:36:FINISHED TEST : getLanguageTest()
04-12-2024 09:45:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date
04-12-2024 09:45:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:36:  TRACE: [WIRE] - >> 1712915136000
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:36 GMT
04-12-2024 09:45:36:STARTING TEST : getDateTest()
04-12-2024 09:45:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080'
04-12-2024 09:45:36:###############################
04-12-2024 09:45:36:[Request] Adding entity: 1712915136000
04-12-2024 09:45:38:#getDate matches the Date HTTP header
04-12-2024 09:45:38:FINISHED TEST : getDateTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:IllegalStateException has been thrown as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:STARTING TEST : readEntityClassIsNullWhenNoEntityTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:Null or zero length entity returned when no entity as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : getHeaderStringTest()
04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:45:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:[Request] Adding entity: headerstring
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:38:  TRACE: [WIRE] - >> headerstring
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Cache-Control: no-transform
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Encoding: gzip
04-12-2024 09:45:38:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-12-2024 09:45:38:  TRACE: [WIRE] - << Expires: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:45:38:Found following objects:
04-12-2024 09:45:38:Keep-Alive:timeout=20 Cache-Control:no-transform Connection:keep-alive Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 12 Apr 2024 09:45:38 GMT Content-Length:0 Date:Fri, 12 Apr 2024 09:45:38 GMT Content-Language:fr-CA
04-12-2024 09:45:38:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:IllegalStateException has been thrown as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:STARTING TEST : readEntityClassCloseIsCalledTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:Close() has been called on an entity stream as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityClassCloseIsCalledTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:38:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:ProcessingException has been thrown as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:38:  TRACE: [WIRE] - >> stringheaders
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:45:38:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:45:38:STARTING TEST : getStringHeadersUsingToStringTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:[Request] Adding entity: stringheaders
04-12-2024 09:45:38:#getStringHeaders contains expected values Keep-Alive=[timeout=20],s3=[StringBean. To get a value, use rather #get() method.],Connection=[keep-alive],Content-Length=[0],Date=[Fri, 12 Apr 2024 09:45:38 GMT],s1=[s1],s2=[s2]
04-12-2024 09:45:38:FINISHED TEST : getStringHeadersUsingToStringTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST TRACE
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Allow: TRACE,POST
04-12-2024 09:45:38:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:[Request] Adding entity: POST TRACE
04-12-2024 09:45:38:#getAllowedMethods returned expected methods TRACE;POST
04-12-2024 09:45:38:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:Close() has not been called on entity stream as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:STARTING TEST : getLengthNotPresentTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:#getLength matches expected Content-Length 0
04-12-2024 09:45:38:FINISHED TEST : getLengthNotPresentTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:IllegalStateException has been thrown as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:Null or zero length entity returned when no entity as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:STARTING TEST : bufferEntityBuffersDataTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:38:#bufferEntity did buffer opened stream as expected
04-12-2024 09:45:38:FINISHED TEST : bufferEntityBuffersDataTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:STARTING TEST : getCookiesIsImmutableTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:#getCookies is read-only as expected
04-12-2024 09:45:38:FINISHED TEST : getCookiesIsImmutableTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : getHeaderStringUsingToStringTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'04-12-2024 09:45:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring

04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:[Request] Adding entity: toString
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:38:  TRACE: [WIRE] - >> toString
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:45:38:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:45:38:toString method is used as expected
04-12-2024 09:45:38:FINISHED TEST : getHeaderStringUsingToStringTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:38:ProcessingException has been thrown as expected
04-12-2024 09:45:38:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:STARTING TEST : statusTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 201
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 202
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 204
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 206
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 300
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain

04-12-2024 09:45:38:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 301
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 302
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 303
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 304
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 305
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 307
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 308
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 400
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 401
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unauthorized</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 402
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 656
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 402 – Payment Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 402 – Payment Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Payment Required</p><p><b>Description</b> This status code is reserved for future use.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20

04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 403
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 653
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Forbidden</p><p><b>Description</b> The server understood the request but refuses to authorize it.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 404
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 405
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 729
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 405 – Method Not Allowed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 405 – Method Not Allowed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Method Not Allowed</p><p><b>Description</b> The method received in the request-line is known by the origin server but not supported by the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 406
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 407
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 788
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 407 – Proxy Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 407 – Proxy Authentication Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Proxy Authentication Required</p><p><b>Description</b> This status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 408
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 708
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 408 – Request Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 408 – Request Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Timeout</p><p><b>Description</b> The server did not receive a complete request message within the time that it was prepared to wait.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 409
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 409 – Conflict</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 409 – Conflict</h1><hr class="line" /><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 target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 410
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 700
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 410 – Gone</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 410 – Gone</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gone</p><p><b>Description</b> Access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED

04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 411
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 683
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 411 – Length Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 411 – Length Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Length Required</p><p><b>Description</b> The server refuses to accept the request without a defined Content-Length.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 412
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 412 – Precondition Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 – Precondition Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Failed</p><p><b>Description</b> One or more conditions given in the request header fields evaluated to false when tested on the server.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080'
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 413
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 750
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 413 – Payload Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 413 – Payload Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Entity Too Large</p><p><b>Description</b> The server is refusing to process a request because the request payload is larger than the server is willing or able to process.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 414
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 731
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 414 – URI Too Long</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 414 – URI Too Long</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request-URI Too Long</p><p><b>Description</b> The server is refusing to service the request because the request-target is longer than the server is willing to interpret.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 415
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 770
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 415 – Unsupported Media Type</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 415 – Unsupported Media Type</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unsupported Media Type</p><p><b>Description</b> The origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 416
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 875
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 416 – Range Not Satisfiable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 416 – Range Not Satisfiable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Requested Range Not Satisfiable</p><p><b>Description</b> None of the ranges in the request's Range header field overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 417
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 733
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 417 – Expectation Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 417 – Expectation Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Expectation Failed</p><p><b>Description</b> The expectation given in the request's Expect header field could not be met by at least one of the inbound servers.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain

04-12-2024 09:45:38:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 428
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 684
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 428 – Precondition Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 428 – Precondition Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Required</p><p><b>Description</b> The origin server requires the request to be conditional.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 429
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 695
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 429 – Too Many Requests</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 429 – Too Many Requests</h1><hr class="line" /><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 ("rate limiting").</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 431
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 744
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 431 – Request Header Fields Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 431 – Request Header Fields Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Header Fields Too Large</p><p><b>Description</b> The server is unwilling to process the request because its header fields are too large.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 451
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 701
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 451 – Unavailable For Legal Reasons</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 451 – Unavailable For Legal Reasons</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unavailable For Legal Reasons</p><p><b>Description</b> The server refused this request for legal reasons.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 500
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501

04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 501
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 501 – Not Implemented</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 501 – Not Implemented</h1><hr class="line" /><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 required to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 502
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 749
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 502 – Bad Gateway</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 502 – Bad Gateway</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Gateway</p><p><b>Description</b> The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 503
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 777
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 503 – Service Unavailable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 503 – Service Unavailable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Service Unavailable</p><p><b>Description</b> The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 504
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 768
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 504 – Gateway Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 504 – Gateway Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gateway Timeout</p><p><b>Description</b> The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 505
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 757
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 505 – HTTP Version Not Supported</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 505 – HTTP Version Not Supported</h1><hr class="line" /><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, or refuses to support, the major version of HTTP that was used in the request message.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080'
04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << TESTHEADER: status code in request = 511
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 713
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:38:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 511 – Network Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 511 – Network Authentication Required</h1><hr class="line" /><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 class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:38:FINISHED TEST : statusTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:38:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'04-12-2024 09:45:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:38:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << 200 OK

04-12-2024 09:45:38:###############################
04-12-2024 09:45:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:38:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:38:#bufferEntity throws IllegalStateException as expected
04-12-2024 09:45:38:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:45:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:39:STARTING TEST : readEntityClassThrowsProcessingExceptionTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:ProcessingException has been thrown as expected
04-12-2024 09:45:39:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:STARTING TEST : closeThrowsExceptionWhenErrorTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:#close() threw ProcessingException as expected
04-12-2024 09:45:39:FINISHED TEST : closeThrowsExceptionWhenErrorTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : readEntityGenericTypeTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:39:Got expected ENtiTy
04-12-2024 09:45:39:FINISHED TEST : readEntityGenericTypeTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915139043
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:38 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 1712915139043
04-12-2024 09:45:39:STARTING TEST : readEntityGenericTypeAnnotationTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915139043' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:Got expected date Fri Apr 12 09:45:39 UTC 2024
04-12-2024 09:45:39:FINISHED TEST : readEntityGenericTypeAnnotationTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-12-2024 09:45:39:STARTING TEST : getEntityTagTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> ABCDEF0123456789

04-12-2024 09:45:39:[Request] Adding entity: ABCDEF0123456789
04-12-2024 09:45:39:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << ETag: "ABCDEF0123456789"
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:#getEntityTag is "ABCDEF0123456789" as expected
04-12-2024 09:45:39:FINISHED TEST : getEntityTagTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:39:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-12-2024 09:45:39:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> notnull
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Cache-Control: no-transform
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Encoding: gzip
04-12-2024 09:45:39:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-12-2024 09:45:39:  TRACE: [WIRE] - << Expires: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:STARTING TEST : getHeadersTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: notnull
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:45:39:Found following objects:
04-12-2024 09:45:39:Keep-Alive:timeout=20 Cache-Control:no-transform Connection:keep-alive Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 12 Apr 2024 09:45:39 GMT Content-Length:0 Date:Fri, 12 Apr 2024 09:45:39 GMT Content-Language:fr-CA
04-12-2024 09:45:39:FINISHED TEST : getHeadersTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getLastModifiedNotPresentTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:response#getLastModified() was null as expected
04-12-2024 09:45:39:FINISHED TEST : getLastModifiedNotPresentTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getStatusInfoTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: CREATED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> CREATED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: ACCEPTED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> ACCEPTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: NO_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NO_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: RESET_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> RESET_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PARTIAL_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PARTIAL_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: MULTIPLE_CHOICES
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> MULTIPLE_CHOICES
04-12-2024 09:45:39:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: MOVED_PERMANENTLY
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> MOVED_PERMANENTLY
04-12-2024 09:45:39:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: SEE_OTHER
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> SEE_OTHER
04-12-2024 09:45:39:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:[Request] Adding entity: NOT_MODIFIED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NOT_MODIFIED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:[Request] Adding entity: USE_PROXY
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> USE_PROXY
04-12-2024 09:45:39:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: TEMPORARY_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> TEMPORARY_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PERMANENT_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PERMANENT_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: BAD_REQUEST04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> BAD_REQUEST
04-12-2024 09:45:39:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: UNAUTHORIZED04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> UNAUTHORIZED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unauthorized</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PAYMENT_REQUIRED04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PAYMENT_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 656
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 402 – Payment Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 402 – Payment Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Payment Required</p><p><b>Description</b> This status code is reserved for future use.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: FORBIDDEN04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> FORBIDDEN
04-12-2024 09:45:39:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 653
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Forbidden</p><p><b>Description</b> The server understood the request but refuses to authorize it.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: NOT_FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NOT_FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:[Request] Adding entity: METHOD_NOT_ALLOWED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> METHOD_NOT_ALLOWED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 729
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 405 – Method Not Allowed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 405 – Method Not Allowed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Method Not Allowed</p><p><b>Description</b> The method received in the request-line is known by the origin server but not supported by the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: NOT_ACCEPTABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NOT_ACCEPTABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 788
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 407 – Proxy Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 407 – Proxy Authentication Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Proxy Authentication Required</p><p><b>Description</b> This status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: REQUEST_TIMEOUT04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> REQUEST_TIMEOUT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 708
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 408 – Request Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 408 – Request Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Timeout</p><p><b>Description</b> The server did not receive a complete request message within the time that it was prepared to wait.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: CONFLICT04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> CONFLICT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 409 – Conflict</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 409 – Conflict</h1><hr class="line" /><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 target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: GONE
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GONE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 700
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 410 – Gone</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 410 – Gone</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gone</p><p><b>Description</b> Access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: LENGTH_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> LENGTH_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 683
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 411 – Length Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 411 – Length Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Length Required</p><p><b>Description</b> The server refuses to accept the request without a defined Content-Length.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PRECONDITION_FAILED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PRECONDITION_FAILED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 412 – Precondition Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 – Precondition Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Failed</p><p><b>Description</b> One or more conditions given in the request header fields evaluated to false when tested on the server.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 750
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 413 – Payload Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 413 – Payload Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Entity Too Large</p><p><b>Description</b> The server is refusing to process a request because the request payload is larger than the server is willing or able to process.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG

04-12-2024 09:45:39:[Request] Adding entity: REQUEST_URI_TOO_LONG
04-12-2024 09:45:39:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 731
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 414 – URI Too Long</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 414 – URI Too Long</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request-URI Too Long</p><p><b>Description</b> The server is refusing to service the request because the request-target is longer than the server is willing to interpret.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 770
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 415 – Unsupported Media Type</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 415 – Unsupported Media Type</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unsupported Media Type</p><p><b>Description</b> The origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 875
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 416 – Range Not Satisfiable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 416 – Range Not Satisfiable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Requested Range Not Satisfiable</p><p><b>Description</b> None of the ranges in the request's Range header field overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: EXPECTATION_FAILED04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> EXPECTATION_FAILED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 733
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 417 – Expectation Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 417 – Expectation Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Expectation Failed</p><p><b>Description</b> The expectation given in the request's Expect header field could not be met by at least one of the inbound servers.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: PRECONDITION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> PRECONDITION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 684
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 428 – Precondition Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 428 – Precondition Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Required</p><p><b>Description</b> The origin server requires the request to be conditional.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: TOO_MANY_REQUESTS04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> TOO_MANY_REQUESTS
04-12-2024 09:45:39:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 695
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 429 – Too Many Requests</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 429 – Too Many Requests</h1><hr class="line" /><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 ("rate limiting").</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 744
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 431 – Request Header Fields Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 431 – Request Header Fields Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Header Fields Too Large</p><p><b>Description</b> The server is unwilling to process the request because its header fields are too large.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:45:39:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 701
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 451 – Unavailable For Legal Reasons</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 451 – Unavailable For Legal Reasons</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unavailable For Legal Reasons</p><p><b>Description</b> The server refused this request for legal reasons.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: INTERNAL_SERVER_ERROR
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR
04-12-2024 09:45:39:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: NOT_IMPLEMENTED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NOT_IMPLEMENTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 501 – Not Implemented</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 501 – Not Implemented</h1><hr class="line" /><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 required to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: BAD_GATEWAY
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> BAD_GATEWAY
04-12-2024 09:45:39:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 749
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 502 – Bad Gateway</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 502 – Bad Gateway</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Gateway</p><p><b>Description</b> The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: SERVICE_UNAVAILABLE04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> SERVICE_UNAVAILABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 777
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 503 – Service Unavailable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 503 – Service Unavailable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Service Unavailable</p><p><b>Description</b> The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:[Request] Adding entity: GATEWAY_TIMEOUT
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GATEWAY_TIMEOUT
04-12-2024 09:45:39:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 768
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 504 – Gateway Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 504 – Gateway Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gateway Timeout</p><p><b>Description</b> The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 757
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 505 – HTTP Version Not Supported</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 505 – HTTP Version Not Supported</h1><hr class="line" /><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, or refuses to support, the major version of HTTP that was used in the request message.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:45:39:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 713
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:45:39:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 511 – Network Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 511 – Network Authentication Required</h1><hr class="line" /><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 class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:45:39:#getStatusInfo returned expected StatusTypes
04-12-2024 09:45:39:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:39:STARTING TEST : hasEntityWhenEntityTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive

04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:39:#hasEntity found the entity as expected
04-12-2024 09:45:39:FINISHED TEST : hasEntityWhenEntityTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getLengthTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: 1234567890
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> 1234567890
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 1234567890
04-12-2024 09:45:39:#getLength matches expected Content-Length 10
04-12-2024 09:45:39:FINISHED TEST : getLengthTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getHeadersUsingHeaderDelegateTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: notnull
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> notnull
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:45:39:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:45:39:Received:
04-12-2024 09:45:39:Keep-Alive:timeout=20 s3:s3 Connection:keep-alive Content-Length:0 Date:Fri, 12 Apr 2024 09:45:39 GMT s1:s1 s2:s2
04-12-2024 09:45:39:Received expected headers Keep-Alive:timeout=20;s3:s3;Connection:keep-alive;Content-Length:0;Date:Fri, 12 Apr 2024 09:45:39 GMT;s1:s1;s2:s2
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime

04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:FINISHED TEST : getHeadersUsingHeaderDelegateTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:Close() has not been called on entity stream as expected
04-12-2024 09:45:39:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> 1712915139000
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Last-Modified: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:STARTING TEST : getLastModifiedTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: 1712915139000
04-12-2024 09:45:39:#getLastModified matches the Last-Modified HTTP header
04-12-2024 09:45:39:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> path
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="path"
04-12-2024 09:45:39:STARTING TEST : hasLinkWhenLinkTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: path
04-12-2024 09:45:39:#hasEntity found the Link as expected
04-12-2024 09:45:39:FINISHED TEST : hasLinkWhenLinkTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - >> path
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path
04-12-2024 09:45:39:STARTING TEST : getLocationTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:[Request] Adding entity: path
04-12-2024 09:45:39:#getLocation contains expected location
04-12-2024 09:45:39:FINISHED TEST : getLocationTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:45:39:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:#getLinkBuilder returned null as expected
04-12-2024 09:45:39:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getLinkNotPresentTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:response#getLink() was null as expected
04-12-2024 09:45:39:FINISHED TEST : getLinkNotPresentTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:39:STARTING TEST : getCookiesTest()
04-12-2024 09:45:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-12-2024 09:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-12-2024 09:45:39:###############################
04-12-2024 09:45:39:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:45:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:39:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
04-12-2024 09:45:39:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:39:#getCookies returned expected cookies
04-12-2024 09:45:39:FINISHED TEST : getCookiesTest()
04-12-2024 09:45:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:40:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:45:40:###############################
04-12-2024 09:45:40:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:40:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:40:#hasEntity has not found any entity as expected
04-12-2024 09:45:40:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:45:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:40:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()
04-12-2024 09:45:40:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:45:40:###############################
04-12-2024 09:45:40:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:40:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:45:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:40:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:39 GMT
04-12-2024 09:45:40:Null or zero length entity returned when no entity as expected
04-12-2024 09:45:40:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest()
12-Apr-2024 09:45:40.039 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:40.039 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:40.041 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_response_web]
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.326 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT
12-Apr-2024 09:45:40.056 INFO [http-nio-8080-exec-30] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_responsebuilder_web.war]
Apr 12, 2024 9:45:40 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:40.485 INFO [http-nio-8080-exec-30] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:40.519 INFO [http-nio-8080-exec-30] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_responsebuilder_web.war] has finished in [463] ms
04-12-2024 09:45:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:40:STARTING TEST : entityObjectTest()
04-12-2024 09:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:45:40:###############################
04-12-2024 09:45:40:[Request] Adding entity: 1712915140528
04-12-2024 09:45:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity
04-12-2024 09:45:40:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:45:40:  TRACE: [WIRE] - >> 1712915140528
04-12-2024 09:45:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:40:  TRACE: [WIRE] - << Content-Length: 123
04-12-2024 09:45:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:40 GMT
04-12-2024 09:45:40:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:45:40:  TRACE: [WIRE] - << 1712915140528 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 
04-12-2024 09:45:40:FINISHED TEST : entityObjectTest()
12-Apr-2024 09:45:40.544 WARNING [http-nio-8080-exec-40] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:40.544 WARNING [http-nio-8080-exec-40] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:40.545 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_responsebuilder_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 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
12-Apr-2024 09:45:41.277 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_securitycontext_basic_web.war]
Apr 12, 2024 9:45:41 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:41.785 INFO [http-nio-8080-exec-36] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:41.827 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_securitycontext_basic_web.war] has finished in [550] ms
04-12-2024 09:45:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:41:STARTING TEST : noAuthorizationTest()
04-12-2024 09:45:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:41:FINISHED TEST : noAuthorizationTest()
04-12-2024 09:45:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:41:STARTING TEST : basicAuthorizationIncorrectUserTest()
04-12-2024 09:45:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:41:FINISHED TEST : basicAuthorizationIncorrectUserTest()
04-12-2024 09:45:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:41:STARTING TEST : basicAuthorizationAdminTest()
04-12-2024 09:45:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:41:FINISHED TEST : basicAuthorizationAdminTest()
04-12-2024 09:45:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:41:STARTING TEST : basicAuthorizationIncorrectPasswordTest()
04-12-2024 09:45:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:41:FINISHED TEST : basicAuthorizationIncorrectPasswordTest()
04-12-2024 09:45:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:41:STARTING TEST : basicAuthorizationStandardUserTest()
04-12-2024 09:45:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:41:FINISHED TEST : basicAuthorizationStandardUserTest()
12-Apr-2024 09:45:41.855 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:41.855 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:41.857 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_securitycontext_basic_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 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
12-Apr-2024 09:45:41.866 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_uriinfo_web.war]
Apr 12, 2024 9:45:42 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:42.210 INFO [http-nio-8080-exec-55] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:42.249 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_uriinfo_web.war] has finished in [383] ms
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : getMatchedURIsTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : getMatchedURIsTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : queryTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : queryTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathParamTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathParamTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathParamTest2()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathParamTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathParamTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathParamTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathTest2()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathSegTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathSegTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : queryTest1()
04-12-2024 09:45:42:[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-12-2024 09:45:42:FINISHED TEST : queryTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : queryTest2()
04-12-2024 09:45:42:[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-12-2024 09:45:42:FINISHED TEST : queryTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathSegTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathSegTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathSegTest2()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathSegTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : getMatchedURIsTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : getMatchedURIsTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : getMatchedURIsTest2()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : getMatchedURIsTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : getMatchedResourcesTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : getMatchedResourcesTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : pathTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : pathTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : requestURITest()
04-12-2024 09:45:42:[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-12-2024 09:45:42:FINISHED TEST : requestURITest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : aPathTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : aPathTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : baseUriTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : baseUriTest()
12-Apr-2024 09:45:42.296 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:42.296 WARNING [http-nio-8080-exec-48] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:42.297 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_uriinfo_web]
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.437 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT
12-Apr-2024 09:45:42.321 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_delete_web.war]
Apr 12, 2024 9:45:42 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:42.663 INFO [http-nio-8080-exec-46] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:42.690 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_delete_web.war] has finished in [368] ms
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : deleteSubTest()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : deleteSubTest()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : deleteTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : deleteTest1()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : deleteTest2()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest  HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : deleteTest2()
04-12-2024 09:45:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:42:STARTING TEST : deleteSubTest1()
04-12-2024 09:45:42:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:42:FINISHED TEST : deleteSubTest1()
12-Apr-2024 09:45:42.706 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:42.706 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:42.707 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_delete_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 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
12-Apr-2024 09:45:42.716 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war]
Apr 12, 2024 9:45:43 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:43.085 INFO [http-nio-8080-exec-72] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:43.122 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war] has finished in [406] ms
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:45:43:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : setAnnotationsTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:45:43:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:STARTING TEST : setGenericTypeTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << [B
04-12-2024 09:45:43:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << application/json
04-12-2024 09:45:43:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-12-2024 09:45:43:STARTING TEST : setPropertyNullTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << None
04-12-2024 09:45:43:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << None
04-12-2024 09:45:43:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0
04-12-2024 09:45:43:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << None
04-12-2024 09:45:43:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:STARTING TEST : setMediaTypeTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:45:43:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : setTypeTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: java.io.InputStreamReader@78a07df2
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> java.io.InputStreamReader@78a07df2
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:45:43:#setType set correct type java.io.InputStreamReader
04-12-2024 09:45:43:FINISHED TEST : setTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getTypeTest()
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:43:FINISHED TEST : getTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getAnnotationsTest()
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(100)]}
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:45:43:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:STARTING TEST : getGenericTypeTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:43:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-12-2024 09:45:43:STARTING TEST : setPropertyTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:45:43:FINISHED TEST : setPropertyTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:STARTING TEST : removePropertyTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << None
04-12-2024 09:45:43:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:45:43.436 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:43.436 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:43.438 INFO [http-nio-8080-exec-52] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 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
12-Apr-2024 09:45:43.446 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war]
Apr 12, 2024 9:45:43 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:43.805 INFO [http-nio-8080-exec-73] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:43.831 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war] has finished in [385] ms
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getEntityTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Entity
04-12-2024 09:45:43:FINISHED TEST : getEntityTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent
04-12-2024 09:45:43:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : setEntityTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << OPERATION
04-12-2024 09:45:43:FINISHED TEST : setEntityTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Property
04-12-2024 09:45:43:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:STARTING TEST : setOutputStreamTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 8192
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Enxixy
04-12-2024 09:45:43:FINISHED TEST : setOutputStreamTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:45:43: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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1118)
	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:671)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:670)
	at 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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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:680)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:659)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:650)
	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-12-2024 09:45:43:[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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1118)
	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:671)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:670)
	at 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:722)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:682)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:659)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:650)
	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-12-2024 09:45:43:WebApplicationException has been thrown as expected
04-12-2024 09:45:43:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getHeadersTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent
04-12-2024 09:45:43:FINISHED TEST : getHeadersTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : getOutputStreamTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << NoneEntity
04-12-2024 09:45:43:FINISHED TEST : getOutputStreamTest()
04-12-2024 09:45:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:43:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:45:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:45:43:###############################
04-12-2024 09:45:43:[Request] Adding entity: Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-12-2024 09:45:43:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:45:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:43 GMT
04-12-2024 09:45:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:43:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:45:43:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:45:43.944 WARNING [http-nio-8080-exec-58] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:43.944 WARNING [http-nio-8080-exec-58] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:43.945 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 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
12-Apr-2024 09:45:43.977 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war]
12-Apr-2024 09:45:44.427 INFO [http-nio-8080-exec-48] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:44.462 INFO [http-nio-8080-exec-48] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war] has finished in [486] ms
Apr 12, 2024 9:45:44 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:45:44:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setAnnotationsTest()
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:45:44:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setGenericTypeTest()
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << [B
04-12-2024 09:45:44:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << application/json
04-12-2024 09:45:44:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setPropertyNullTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << None
04-12-2024 09:45:44:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << None
04-12-2024 09:45:44:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 101
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-12-2024 09:45:44:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << None
04-12-2024 09:45:44:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setMediaTypeTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:45:44:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setTypeTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: java.io.InputStreamReader@13a63e78
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> java.io.InputStreamReader@13a63e78
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:45:44:#setType set correct type java.io.InputStreamReader
04-12-2024 09:45:44:FINISHED TEST : setTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : getTypeTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:44:FINISHED TEST : getTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : getAnnotationsTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]}
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:44:STARTING TEST : getGenericTypeTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:STARTING TEST : setPropertyTest()
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:45:44:FINISHED TEST : setPropertyTest()
04-12-2024 09:45:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:45:44:STARTING TEST : removePropertyTest()
04-12-2024 09:45:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:44:###############################
04-12-2024 09:45:44:[Request] Adding entity: Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-12-2024 09:45:44:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:44:  TRACE: [WIRE] - << None
04-12-2024 09:45:44:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:45:44.718 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:44.719 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:44.721 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 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
12-Apr-2024 09:45:44.741 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war]
Apr 12, 2024 9:45:45 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:45.165 INFO [http-nio-8080-exec-75] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:45.197 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war] has finished in [456] ms
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:STARTING TEST : getHeadersHeadersSetTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 121
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length
04-12-2024 09:45:45:FINISHED TEST : getHeadersHeadersSetTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:STARTING TEST : setInputStreamTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:45:45:FINISHED TEST : setInputStreamTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 71
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length
04-12-2024 09:45:45:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-12-2024 09:45:45:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << Property
04-12-2024 09:45:45:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 51
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-12-2024 09:45:45:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:STARTING TEST : getInputStreamTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: getInputStreamEntity
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - >> getInputStreamEntity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << getInputStreamEntity
04-12-2024 09:45:45:FINISHED TEST : getInputStreamTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-12-2024 09:45:45:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:[Request] Adding entity: Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Entity
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:44 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:45:45:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:45:45.267 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:45.267 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:45.269 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 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
12-Apr-2024 09:45:45.282 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war]
Apr 12, 2024 9:45:45 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:45.625 INFO [http-nio-8080-exec-73] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:45.655 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war] has finished in [373] ms
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:45:45:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations
04-12-2024 09:45:45:STARTING TEST : setAnnotationsTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20

04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:45:45:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setGenericTypeTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << [B
04-12-2024 09:45:45:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getMediaTypeTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:45:45:  TRACE: [WIRE] - << application/json
04-12-2024 09:45:45:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setPropertyNullTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << None
04-12-2024 09:45:45:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << None
04-12-2024 09:45:45:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 101
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-12-2024 09:45:45:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << None
04-12-2024 09:45:45:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setMediaTypeTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:45:45:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setTypeTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080'04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype

04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:45:45:#setType set correct type java.io.InputStreamReader
04-12-2024 09:45:45:FINISHED TEST : setTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getTypeTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:45:FINISHED TEST : getTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getAnnotationsTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 112
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path("{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:45:45:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : getGenericTypeTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080'04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype

04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:45:45:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : setPropertyTest()
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:45:45:FINISHED TEST : setPropertyTest()
04-12-2024 09:45:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:45:STARTING TEST : removePropertyTest()
04-12-2024 09:45:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty
04-12-2024 09:45:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-12-2024 09:45:45:###############################
04-12-2024 09:45:45:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:45:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-12-2024 09:45:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:45:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:45:  TRACE: [WIRE] - << None
04-12-2024 09:45:45:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:45:45.824 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:45.824 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:45.826 INFO [http-nio-8080-exec-60] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 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
12-Apr-2024 09:45:45.842 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war]
Apr 12, 2024 9:45:46 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:46.226 INFO [http-nio-8080-exec-56] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:46.263 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war] has finished in [421] ms
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity
04-12-2024 09:45:46:STARTING TEST : getEntityTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << Entity
04-12-2024 09:45:46:FINISHED TEST : getEntityTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-12-2024 09:45:46:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:STARTING TEST : setEntityTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION
04-12-2024 09:45:46:FINISHED TEST : setEntityTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property: Property
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property
04-12-2024 09:45:46:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM
04-12-2024 09:45:46:STARTING TEST : setOutputStreamTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 8192
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << Enxixy
04-12-2024 09:45:46:FINISHED TEST : setOutputStreamTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION
04-12-2024 09:45:46:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 51
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-12-2024 09:45:46:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:STARTING TEST : getHeadersTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-12-2024 09:45:46:FINISHED TEST : getHeadersTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:STARTING TEST : getOutputStreamTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << NoneEntity
04-12-2024 09:45:46:FINISHED TEST : getOutputStreamTest()
04-12-2024 09:45:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception
04-12-2024 09:45:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:46:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:45:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080'
04-12-2024 09:45:46:###############################
04-12-2024 09:45:46:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-12-2024 09:45:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:45:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:45 GMT
04-12-2024 09:45:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:46:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:45:46:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:45:46.355 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:46.355 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:46.357 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 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
12-Apr-2024 09:45:46.451 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_paramconverter_web.war]
Apr 12, 2024 9:45:47 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:46.970 INFO [http-nio-8080-exec-65] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:47.043 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_paramconverter_web.war] has finished in [591] ms
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValuePathParamInLocatorTest()
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValuePathParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValueInFormParamTest()04-12-2024 09:45:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/

04-12-2024 09:45:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueInFormParamTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:STARTING TEST : defaultValueInCookieParamTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueInCookieParamTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:STARTING TEST : defaultValueQueryParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueQueryParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:STARTING TEST : pathParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : pathParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : formParamUsesParamConvertorTest()04-12-2024 09:45:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/

04-12-2024 09:45:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:[Request] Adding entity: param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:45:47:  TRACE: [WIRE] - >> param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : formParamUsesParamConvertorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : headerParamUsesParamConvertorTest()04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader

04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : headerParamUsesParamConvertorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValueInMatrixParamTest()
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueInMatrixParamTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:STARTING TEST : isParamCoverterInApplicationClassesUsedTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:STARTING TEST : cookieParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : cookieParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : matrixParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : matrixParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH
04-12-2024 09:45:47:STARTING TEST : matrixParamUsesParamConvertorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : matrixParamUsesParamConvertorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValueInPathParamTest()
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueInPathParamTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:STARTING TEST : headerParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : headerParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:STARTING TEST : queryParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : queryParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:STARTING TEST : defaultValueCookieParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueCookieParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : pathParamUsesParamConvertorTest()
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : pathParamUsesParamConvertorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValueMatrixParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080'04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix

04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueMatrixParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-12-2024 09:45:47:STARTING TEST : cookieParamUsesParamConvertorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : cookieParamUsesParamConvertorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : atomicIntegerPassesTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080'
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << 10
04-12-2024 09:45:47:FINISHED TEST : atomicIntegerPassesTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
04-12-2024 09:45:47:STARTING TEST : defaultValueFormParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueFormParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:STARTING TEST : defaultValueHeaderParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueHeaderParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : formParamInLocatorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'04-12-2024 09:45:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform

04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:[Request] Adding entity: param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:45:47:  TRACE: [WIRE] - >> param=ABCDEFGH
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:45:47:FINISHED TEST : formParamInLocatorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080'
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
java.lang.NumberFormatException: For input string: "DEFAULT"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
	at java.base/java.lang.Integer.parseInt(Integer.java:668)
	at java.base/java.lang.Integer.parseInt(Integer.java:786)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:120)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
	at java.base/java.lang.Thread.run(Thread.java:833)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 5173
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT"
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:668)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:786)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:120)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:45:47:  TRACE: [WIRE] - << 	at java.base/java.lang.Thread.run(Thread.java:833)
04-12-2024 09:45:47:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : defaultValueInHeaderParamTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:FINISHED TEST : defaultValueInHeaderParamTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery
04-12-2024 09:45:47:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:45:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:45:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:45:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:45:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:47 GMT
04-12-2024 09:45:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:45:47:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:45:47:STARTING TEST : defaultValueInQueryParamTest()
04-12-2024 09:45:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080'
04-12-2024 09:45:47:###############################
04-12-2024 09:45:47:FINISHED TEST : defaultValueInQueryParamTest()
12-Apr-2024 09:45:47.415 WARNING [http-nio-8080-exec-80] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:47.415 WARNING [http-nio-8080-exec-80] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:47.416 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_ext_paramconverter_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
12-Apr-2024 09:45:47.440 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_providers_web.war]
12-Apr-2024 09:45:47.817 INFO [http-nio-8080-exec-58] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:45:47 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:45:47.860 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_providers_web.war] has finished in [420] ms
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : readEntityFromBodyTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : readEntityFromBodyTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : readEntityFromHeaderTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : readEntityFromHeaderTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : writeBodyEntityUsingWriterTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : writeBodyEntityUsingWriterTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : writeHeaderEntityUsingWriterTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : writeHeaderEntityUsingWriterTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : getSingletonsTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : getSingletonsTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : getClassesTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : getClassesTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredMessageBodyWriterXmlTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : writeIOExceptionWithoutWriterTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : writeIOExceptionWithoutWriterTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredMessageBodReaderXmlTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredMessageBodReaderXmlTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredAppJsonContextResolverTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredAppJsonContextResolverTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredTextPlainContextResolverTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredTextPlainContextResolverTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : writeIOExceptionUsingWriterTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : writeIOExceptionUsingWriterTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : readEntityIOExceptionTest()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : readEntityIOExceptionTest()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : readEntityWebException400Test()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : readEntityWebException400Test()
04-12-2024 09:45:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:47:STARTING TEST : readEntityWebException410Test()
04-12-2024 09:45:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:47:FINISHED TEST : readEntityWebException410Test()
12-Apr-2024 09:45:47.926 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:47.926 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:47.928 INFO [http-nio-8080-exec-32] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_ext_providers_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
Apr 12, 2024 9:45:48 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:47.947 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
12-Apr-2024 09:45:48.340 INFO [http-nio-8080-exec-58] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:48.379 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [432] ms
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamSentTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamSentTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamValueOfTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamValueOfTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : formParamEntityWithEncodedTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : formParamEntityWithEncodedTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:48:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:45:48:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:48:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:45:48.462 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:48.462 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:48.464 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
Apr 12, 2024 9:45:48 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
Apr 12, 2024 9:45:49 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:48.492 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_locator_web.war]
12-Apr-2024 09:45:48.848 INFO [http-nio-8080-exec-71] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:48.877 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_locator_web.war] has finished in [385] ms
12-Apr-2024 09:45:48.886 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
12-Apr-2024 09:45:49.246 INFO [http-nio-8080-exec-67] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:49.286 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [399] ms
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:49:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:45:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:49:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:45:49.323 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:49.323 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:49.324 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_locator_web]
12-Apr-2024 09:45:49.327 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:49.327 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:49.329 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:45:49 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:49.351 INFO [http-nio-8080-exec-42] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_sub_web.war]
12-Apr-2024 09:45:49.859 INFO [http-nio-8080-exec-42] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:49.928 INFO [http-nio-8080-exec-42] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_sub_web.war] has finished in [577] ms
12-Apr-2024 09:45:49.937 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
Apr 12, 2024 9:45:50 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:50.305 INFO [http-nio-8080-exec-80] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:50.338 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [401] ms
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamSentTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamSentTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamValueOfTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamValueOfTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:45:50.428 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:50.428 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:50.429 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_sub_web]
12-Apr-2024 09:45:50.433 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:50.433 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:50.434 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
Apr 12, 2024 9:45:50 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:50.445 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_get_web.war]
12-Apr-2024 09:45:50.809 INFO [http-nio-8080-exec-40] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:50.842 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_get_web.war] has finished in [397] ms
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : headSubTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : headSubTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : getSubTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : getSubTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : recursiveResourceLocatorTest()
04-12-2024 09:45:50:[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'
04-12-2024 09:45:50:FINISHED TEST : recursiveResourceLocatorTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : headTest1()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : headTest1()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : headTest2()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : headTest2()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : dynamicGetTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : dynamicGetTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : optionSubTest()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : optionSubTest()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : getTest1()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : getTest1()
04-12-2024 09:45:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:50:STARTING TEST : getTest2()
04-12-2024 09:45:50:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:50:FINISHED TEST : getTest2()
12-Apr-2024 09:45:50.879 WARNING [http-nio-8080-exec-68] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:50.880 WARNING [http-nio-8080-exec-68] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:50.881 INFO [http-nio-8080-exec-68] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_get_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
12-Apr-2024 09:45:50.915 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_head_web.war]
Apr 12, 2024 9:45:51 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:51.251 INFO [http-nio-8080-exec-80] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:51.282 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_head_web.war] has finished in [367] ms
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headSubTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headSubTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headTest1()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headTest1()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headTest2()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headTest2()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headGetTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headGetTest()
12-Apr-2024 09:45:51.301 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:51.301 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:51.302 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_head_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
12-Apr-2024 09:45:51.333 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
Apr 12, 2024 9:45:51 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:51.691 INFO [http-nio-8080-exec-78] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:51.733 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [400] ms
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamLongTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamLongTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamByteTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamByteTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamFloatTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamShortTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamShortTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamIntTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamIntTest()
04-12-2024 09:45:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:51:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:51:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:45:51.853 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:51.853 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:51.855 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
Apr 12, 2024 9:45:52 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:51.881 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_locator_web.war]
12-Apr-2024 09:45:52.231 INFO [http-nio-8080-exec-83] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:52.269 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_locator_web.war] has finished in [388] ms
12-Apr-2024 09:45:52.278 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
Apr 12, 2024 9:45:52 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:52.650 INFO [http-nio-8080-exec-45] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:52.689 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [410] ms
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamStringTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamStringTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamLongTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamLongTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamByteTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamByteTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamFloatTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamShortTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamShortTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:52:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:52:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:53:STARTING TEST : headerParamIntTest()
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:FINISHED TEST : headerParamIntTest()
04-12-2024 09:45:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:53:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:53:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:45:53.118 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:53.118 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:53.119 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_locator_web]
12-Apr-2024 09:45:53.123 WARNING [http-nio-8080-exec-90] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:53.124 WARNING [http-nio-8080-exec-90] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:53.125 INFO [http-nio-8080-exec-90] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
12-Apr-2024 09:45:53.220 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_sub_web.war]
Apr 12, 2024 9:45:53 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:53.619 INFO [http-nio-8080-exec-84] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:53.671 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_sub_web.war] has finished in [450] ms
12-Apr-2024 09:45:53.684 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
12-Apr-2024 09:45:54.023 INFO [http-nio-8080-exec-40] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:54.054 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [370] msApr 12, 2024 9:45:54 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamLongTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamLongTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamByteTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamByteTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamFloatTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamShortTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamShortTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamIntTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamIntTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:45:54.233 WARNING [http-nio-8080-exec-83] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:54.233 WARNING [http-nio-8080-exec-83] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:54.235 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_sub_web]
12-Apr-2024 09:45:54.239 WARNING [http-nio-8080-exec-79] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:54.239 WARNING [http-nio-8080-exec-79] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:54.241 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
Apr 12, 2024 9:45:54 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:54.260 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
12-Apr-2024 09:45:54.626 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:54.659 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [398] ms
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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'
04-12-2024 09:45:54:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamLongTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamIntTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamByteTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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'
04-12-2024 09:45:54:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamShortTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:[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-12-2024 09:45:54:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:54:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:54:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:45:54.832 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:54.832 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:54.833 INFO [http-nio-8080-exec-60] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
12-Apr-2024 09:45:54.868 INFO [http-nio-8080-exec-90] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_locator_web.war]
12-Apr-2024 09:45:55.289 INFO [http-nio-8080-exec-90] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:45:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:55.329 INFO [http-nio-8080-exec-90] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_locator_web.war] has finished in [461] ms
12-Apr-2024 09:45:55.340 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
12-Apr-2024 09:45:55.684 INFO [http-nio-8080-exec-83] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:55.717 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [376] ms
Apr 12, 2024 9:45:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamLongTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamIntTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamByteTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamStringTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamShortTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:55:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:55:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:45:55.825 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:55.826 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:55.827 INFO [http-nio-8080-exec-92] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_locator_web]
12-Apr-2024 09:45:55.831 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:55.831 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:55.832 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.99 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:45:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:55.868 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_sub_web.war]
12-Apr-2024 09:45:56.266 INFO [http-nio-8080-exec-70] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:56.301 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_sub_web.war] has finished in [433] ms
12-Apr-2024 09:45:56.319 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
12-Apr-2024 09:45:56.669 INFO [http-nio-8080-exec-79] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:56.706 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [387] ms
Apr 12, 2024 9:45:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamLongTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamIntTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamByteTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamShortTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:56:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:56:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:45:56.843 WARNING [http-nio-8080-exec-89] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:56.844 WARNING [http-nio-8080-exec-89] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:56.845 INFO [http-nio-8080-exec-89] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_sub_web]
12-Apr-2024 09:45:56.850 WARNING [http-nio-8080-exec-63] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:56.850 WARNING [http-nio-8080-exec-63] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:56.851 INFO [http-nio-8080-exec-63] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
12-Apr-2024 09:45:56.860 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_options_web.war]
Apr 12, 2024 9:45:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:57.251 INFO [http-nio-8080-exec-84] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:57.284 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_options_web.war] has finished in [424] ms
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : autoResponseTest()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : autoResponseTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : optionsTest()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : optionsTest()
12-Apr-2024 09:45:57.340 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:57.341 WARNING [http-nio-8080-exec-60] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:57.342 INFO [http-nio-8080-exec-60] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_options_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
Apr 12, 2024 9:45:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:57.358 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
12-Apr-2024 09:45:57.719 INFO [http-nio-8080-exec-75] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:57.768 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [409] ms
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : test1()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : test1()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : test2()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : test2()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : test3()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : test3()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : test4()
04-12-2024 09:45:57:[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-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : test4()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : test5()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : test5()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
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)
04-12-2024 09:45:57:STARTING TEST : test6()
04-12-2024 09:45:57:[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-12-2024 09:45:57:[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-12-2024 09:45:57:[JAXRSCommonClient] null failed!  Check output for cause of failure.
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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)
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : test6()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
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)
04-12-2024 09:45:57:STARTING TEST : test7()
04-12-2024 09:45:57:[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-12-2024 09:45:57:[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-12-2024 09:45:57:[JAXRSCommonClient] null failed!  Check output for cause of failure.
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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)
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : test7()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:57:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:57:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:45:57:[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-12-2024 09:45:57:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:45:57.851 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:57.851 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:57.852 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
Apr 12, 2024 9:45:58 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:57.918 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_locator_web.war]
12-Apr-2024 09:45:58.273 INFO [http-nio-8080-exec-56] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:58.330 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_locator_web.war] has finished in [412] ms
12-Apr-2024 09:45:58.342 INFO [http-nio-8080-exec-92] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
Apr 12, 2024 9:45:58 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:58.728 INFO [http-nio-8080-exec-92] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:58.773 INFO [http-nio-8080-exec-92] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [431] ms
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test1()
04-12-2024 09:45:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:58:FINISHED TEST : test1()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test2()
04-12-2024 09:45:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:58:FINISHED TEST : test2()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test3()
04-12-2024 09:45:58:[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'
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : test3()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test4()
04-12-2024 09:45:58:[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-12-2024 09:45:58:[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'
04-12-2024 09:45:58:FINISHED TEST : test4()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test5()
04-12-2024 09:45:58:[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-12-2024 09:45:58:[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'
04-12-2024 09:45:58:FINISHED TEST : test5()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : test6()
04-12-2024 09:45:58:[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'
04-12-2024 09:45:58:FINISHED TEST : test6()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:58:[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'
04-12-2024 09:45:58:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:58:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:45:58:[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-12-2024 09:45:58:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:45:58.848 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:58.848 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:58.850 INFO [http-nio-8080-exec-52] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_locator_web]
12-Apr-2024 09:45:58.853 WARNING [http-nio-8080-exec-95] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:58.854 WARNING [http-nio-8080-exec-95] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:58.855 INFO [http-nio-8080-exec-95] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:45:59 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:58.876 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_sub_web.war]
12-Apr-2024 09:45:59.244 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:59.288 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_sub_web.war] has finished in [412] ms
Apr 12, 2024 9:45:59 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:59.298 INFO [http-nio-8080-exec-52] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
12-Apr-2024 09:45:59.654 INFO [http-nio-8080-exec-52] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:45:59.698 INFO [http-nio-8080-exec-52] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [400] ms
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:[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'
04-12-2024 09:45:59:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test1()
04-12-2024 09:45:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:59:FINISHED TEST : test1()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test2()
04-12-2024 09:45:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:45:59:FINISHED TEST : test2()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test3()
04-12-2024 09:45:59:[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'
04-12-2024 09:45:59:[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'
04-12-2024 09:45:59:FINISHED TEST : test3()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test4()
04-12-2024 09:45:59:[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-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : test4()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test5()
04-12-2024 09:45:59:[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-12-2024 09:45:59:[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'
04-12-2024 09:45:59:FINISHED TEST : test5()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test6()
04-12-2024 09:45:59:[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-12-2024 09:45:59:[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-12-2024 09:45:59:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test6(JAXRSSubClientIT.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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)
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : test6()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : test7()
04-12-2024 09:45:59:[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-12-2024 09:45:59:[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-12-2024 09:45:59:[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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor58.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor57.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor51.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor50.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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.GeneratedMethodAccessor49.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:1511)
	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:1511)
	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)
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : test7()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:45:59:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:45:59:[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-12-2024 09:45:59:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:45:59.778 WARNING [http-nio-8080-exec-83] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:59.778 WARNING [http-nio-8080-exec-83] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:59.779 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_sub_web]
12-Apr-2024 09:45:59.783 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:45:59.783 WARNING [http-nio-8080-exec-32] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:45:59.784 INFO [http-nio-8080-exec-32] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
Apr 12, 2024 9:46:00 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:45:59.818 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_produceconsume_web.war]
12-Apr-2024 09:46:00.225 INFO [http-nio-8080-exec-78] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:00.258 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_produceconsume_web.war] has finished in [440] ms
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyUnknownConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyUnknownConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : unknownAnyTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : unknownAnyTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : widgetsXmlAnyTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : widgetsXmlAnyTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainPlusConsumeXmlTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainPlusConsumeXmlTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyWidgetsxmlConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyWidgetsxmlConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : widgetsXmlAnyConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : widgetsXmlAnyConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : htmlPlainTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : htmlPlainTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : htmlUnknownConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : htmlUnknownConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : htmlPlainConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : htmlPlainConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainAnyConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainAnyConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainPlusProducePlainTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainPlusProducePlainTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : unknownAnyConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : unknownAnyConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyWidgetsxmlTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyWidgetsxmlTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyPlainTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyPlainTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainAnyTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainAnyTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : htmlUnknownTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : htmlUnknownTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyPlainConsumesTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyPlainConsumesTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : anyUnknownTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : anyUnknownTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainPlusProduceXmlTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainPlusProduceXmlTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:STARTING TEST : plainPlusConsumePlainTest()
04-12-2024 09:46:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:00:FINISHED TEST : plainPlusConsumePlainTest()
12-Apr-2024 09:46:00.321 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:00.321 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:00.322 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_produceconsume_web]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
Apr 12, 2024 9:46:00 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:00.331 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_put_web.war]
12-Apr-2024 09:46:00.666 INFO [http-nio-8080-exec-71] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:00.695 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_put_web.war] has finished in [364] ms
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub
04-12-2024 09:46:00:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:00:  TRACE: [WIRE] - >> dummy
04-12-2024 09:46:00:STARTING TEST : putSubTest()
04-12-2024 09:46:00:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080'
04-12-2024 09:46:00:###############################
04-12-2024 09:46:00:[Request] Adding entity: dummy
04-12-2024 09:46:00:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Length: 88
04-12-2024 09:46:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:59 GMT
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:00:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-12-2024 09:46:00:FINISHED TEST : putSubTest()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-12-2024 09:46:00:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*
04-12-2024 09:46:00:  TRACE: [WIRE] - >> dummy
04-12-2024 09:46:00:STARTING TEST : putTest1()
04-12-2024 09:46:00:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-12-2024 09:46:00:###############################
04-12-2024 09:46:00:[Request] Adding entity: dummy
04-12-2024 09:46:00:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:46:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:59 GMT
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:00:  TRACE: [WIRE] - << CTS-put text/plain
04-12-2024 09:46:00:FINISHED TEST : putTest1()
04-12-2024 09:46:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:00:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-12-2024 09:46:00:  TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/*
04-12-2024 09:46:00:  TRACE: [WIRE] - >> dummy
04-12-2024 09:46:00:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Length: 88
04-12-2024 09:46:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:45:59 GMT
04-12-2024 09:46:00:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:00:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-12-2024 09:46:00:STARTING TEST : putTest2()
04-12-2024 09:46:00:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-12-2024 09:46:00:###############################
04-12-2024 09:46:00:[Request] Adding entity: dummy
04-12-2024 09:46:00:FINISHED TEST : putTest2()
12-Apr-2024 09:46:00.733 WARNING [http-nio-8080-exec-43] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:00.733 WARNING [http-nio-8080-exec-43] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:00.734 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_put_web]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
12-Apr-2024 09:46:00.752 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war]Apr 12, 2024 9:46:01 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:46:01.150 INFO [http-nio-8080-exec-93] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:01.182 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war] has finished in [429] ms
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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'
04-12-2024 09:46:01:FINISHED TEST : queryParamStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamBooleanTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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'
04-12-2024 09:46:01:FINISHED TEST : queryParamBooleanTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamFloatTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:[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'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryParamFloatTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamDoubleTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:[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'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryParamDoubleTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamShortTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryParamShortTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamIntTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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'
04-12-2024 09:46:01:FINISHED TEST : queryParamIntTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamNoQueryTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryParamNoQueryTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamLongTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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-12-2024 09:46:01:FINISHED TEST : queryParamLongTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:46:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:01:STARTING TEST : queryParamByteTest()
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:01:[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'
04-12-2024 09:46:01:FINISHED TEST : queryParamByteTest()
12-Apr-2024 09:46:01.296 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:01.296 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:01.297 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
12-Apr-2024 09:46:01.347 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_sub_web.war]
Apr 12, 2024 9:46:01 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:01.789 INFO [http-nio-8080-exec-70] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:01.822 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_sub_web.war] has finished in [475] ms
12-Apr-2024 09:46:01.832 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war]
12-Apr-2024 09:46:02.160 INFO [http-nio-8080-exec-102] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:02.192 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war] has finished in [360] ms
Apr 12, 2024 9:46:02 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamBooleanTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamBooleanTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamFloatTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamFloatTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamDoubleTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamDoubleTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamShortTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamShortTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamIntTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamIntTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamNoQueryTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:FINISHED TEST : queryParamNoQueryTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamLongTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryParamLongTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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-12-2024 09:46:02:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : queryParamByteTest()
04-12-2024 09:46:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:[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'
04-12-2024 09:46:02:FINISHED TEST : queryParamByteTest()
12-Apr-2024 09:46:02.321 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:02.321 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:02.322 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_sub_web]
12-Apr-2024 09:46:02.325 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:02.325 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:02.327 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
Apr 12, 2024 9:46:02 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:02.344 INFO [http-nio-8080-exec-96] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs21_api_client_invocationbuilder_web.war]
12-Apr-2024 09:46:02.706 INFO [http-nio-8080-exec-96] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:02.707 INFO [http-nio-8080-exec-96] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs21_api_client_invocationbuilder_web.war] has finished in [363] ms
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-12-2024 09:46:02:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : testRxClassGetsClassInstance()
Custom rxInvoker has been created as expected
04-12-2024 09:46:02:FINISHED TEST : testRxClassGetsClassInstance()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : testRxClassThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-12-2024 09:46:02:FINISHED TEST : testRxClassThrowsWhenNotRegistered()
04-12-2024 09:46:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:02:STARTING TEST : testRxClassExceutorServiceGetsClassInstance()
Custom rxInvoker has been created as expected
04-12-2024 09:46:02:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance()
12-Apr-2024 09:46:02.756 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:02.756 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:02.758 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs21_api_client_invocationbuilder_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT
12-Apr-2024 09:46:02.774 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_async_web.war]Apr 12, 2024 9:46:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:46:03.128 INFO [http-nio-8080-exec-67] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:03.174 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_async_web.war] has finished in [400] ms
12-Apr-2024 09:46:03.184 INFO [http-nio-8080-exec-68] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war]
12-Apr-2024 09:46:03.542 INFO [http-nio-8080-exec-68] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:03.575 INFO [http-nio-8080-exec-68] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war] has finished in [392] ms
Apr 12, 2024 9:46:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:03:[JAXRSCommonClient] Test setup OK
12-Apr-2024 09:46:03.591 WARNING [http-nio-8080-exec-100] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:03.591 WARNING [http-nio-8080-exec-100] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:03.593 INFO [http-nio-8080-exec-100] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_executor_async_web]
12-Apr-2024 09:46:03.596 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:03.597 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:03.598 INFO [http-nio-8080-exec-103] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_asyncinvoker_web]
[WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.833 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT
12-Apr-2024 09:46:03.618 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_rx_web.war]
Apr 12, 2024 9:46:04 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:03.986 INFO [http-nio-8080-exec-70] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:04.050 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_rx_web.war] has finished in [432] ms
12-Apr-2024 09:46:04.062 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war]
Apr 12, 2024 9:46:04 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:04.416 INFO [http-nio-8080-exec-46] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:04.451 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war] has finished in [388] ms
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
04-12-2024 09:46:04:STARTING TEST : optionsTest()
04-12-2024 09:46:04:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD104-12-2024 09:46:04:  TRACE: [WIRE] - >> 
04-12-2024 09:46:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:04:  TRACE: [WIRE] - << Connection: keep-alive

04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:46:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:03 GMT
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:04:Returned status 200 (OK)
04-12-2024 09:46:04:FINISHED TEST : optionsTest()
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:STARTING TEST : deleteTest()
04-12-2024 09:46:04:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
04-12-2024 09:46:04:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
04-12-2024 09:46:04:  TRACE: [WIRE] - >> 
04-12-2024 09:46:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:46:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:03 GMT
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:04:Returned status 200 (OK)
04-12-2024 09:46:04:FINISHED TEST : deleteTest()
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
12-Apr-2024 09:46:04.485 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:04.485 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:04.486 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_executor_rx_web]
12-Apr-2024 09:46:04.490 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:04.490 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:04.491 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_rxinvoker_web]
[WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.889 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
12-Apr-2024 09:46:04.516 INFO [http-nio-8080-exec-103] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war]Apr 12, 2024 9:46:04 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:46:04.900 INFO [http-nio-8080-exec-103] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:04.936 INFO [http-nio-8080-exec-103] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war] has finished in [419] ms
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:04:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:46:04:  TRACE: [WIRE] - >> 
04-12-2024 09:46:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:04:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:04:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:04:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:04:  TRACE: [WIRE] - >> 
04-12-2024 09:46:04:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:04:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:04:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:04:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:04:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:04:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:04:  TRACE: [WIRE] - >> 
04-12-2024 09:46:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:04:ExecutionException.getCause is ProcessingException as expected04-12-2024 09:46:04:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get

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

04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:46:05:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:46:05:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:46:05:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:05:STARTING TEST : optionsTest()
04-12-2024 09:46:05:Returned status 200 (OK)
04-12-2024 09:46:05:FINISHED TEST : optionsTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : deleteThrowsExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : deleteThrowsExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:05:STARTING TEST : deleteTest()
04-12-2024 09:46:05:Returned status 200 (OK)
04-12-2024 09:46:05:FINISHED TEST : deleteTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:46:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:46:05:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:46:05:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:46:05:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:46:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:46:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:04 GMT
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:46:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:46:05:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:46:05:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:46:05:  TRACE: [WIRE] - >> 
04-12-2024 09:46:05:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:05:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:46:05:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:46:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:46:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:46:05:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:46:05:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
12-Apr-2024 09:46:05.894 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:05.894 WARNING [http-nio-8080-exec-46] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:05.896 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_rxinvoker_web]
[WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.401 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
12-Apr-2024 09:46:05.905 INFO [http-nio-8080-exec-96] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_patch_server_web.war]
Apr 12, 2024 9:46:06 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:06.229 INFO [http-nio-8080-exec-96] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:06.261 INFO [http-nio-8080-exec-96] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_patch_server_web.war] has finished in [355] ms
04-12-2024 09:46:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:06:STARTING TEST : patchTest()
04-12-2024 09:46:06:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:06:FINISHED TEST : patchTest()
12-Apr-2024 09:46:06.275 WARNING [http-nio-8080-exec-78] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:06.275 WARNING [http-nio-8080-exec-78] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:06.276 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_patch_server_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
Apr 12, 2024 9:46:06 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:06.291 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_priority_web.war]
12-Apr-2024 09:46:06.648 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:06.675 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_priority_web.war] has finished in [384] ms
04-12-2024 09:46:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:06:STARTING TEST : exceptionMapperPriorityTest()
04-12-2024 09:46:06:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:06:FINISHED TEST : exceptionMapperPriorityTest()
04-12-2024 09:46:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:06:STARTING TEST : paramConverterPriorityTest()
04-12-2024 09:46:06:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:06:FINISHED TEST : paramConverterPriorityTest()
12-Apr-2024 09:46:06.689 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:06.689 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:06.691 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_priority_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
12-Apr-2024 09:46:06.715 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war]
Apr 12, 2024 9:46:07 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:07.103 INFO [http-nio-8080-exec-46] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:07.134 INFO [http-nio-8080-exec-46] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war] has finished in [420] ms
04-12-2024 09:46:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:07:STARTING TEST : sseBroadcastTest()04-12-2024 09:46:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear

04-12-2024 09:46:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:06 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << CLEAR
ReceivedWELCOME4
ReceivedWELCOME2
ReceivedWELCOME3
ReceivedWELCOME0
ReceivedWELCOME1
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast

04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message004-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK

04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
Receivedsome_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:06 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message304-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast

04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
Receivedsome_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
Receivedsome_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << CLOSE
04-12-2024 09:46:07:Client 0 Received message WELCOME2
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:Client 0 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:Client 1 Received message WELCOME1
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:Client 1 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:Client 2 Received message WELCOME4
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:Client 2 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:Client 3 Received message WELCOME0
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:Client 3 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:Client 4 Received message WELCOME3
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:46:07:Client 4 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:46:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080'
04-12-2024 09:46:07:###############################
04-12-2024 09:46:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check
04-12-2024 09:46:07:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Length: 212
04-12-2024 09:46:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:07 GMT
04-12-2024 09:46:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:07:  TRACE: [WIRE] - << SseEventSink number 0 is closed:trueSseEventSink number 1 is closed:trueSseEventSink number 2 is closed:trueSseEventSink number 3 is closed:trueSseEventSink number 4 is closed:trueOnCloseSink has been called:true
04-12-2024 09:46:07:FINISHED TEST : sseBroadcastTest()
12-Apr-2024 09:46:07.427 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:07.427 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:07.429 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
12-Apr-2024 09:46:07.445 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war]
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
12-Apr-2024 09:46:07.855 INFO [http-nio-8080-exec-56] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:07.891 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war] has finished in [445] ms
Apr 12, 2024 9:46:07 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:07:STARTING TEST : stringTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:08:FINISHED TEST : stringTest()
04-12-2024 09:46:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:08:STARTING TEST : streamingOutputTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:46:09:FINISHED TEST : streamingOutputTest()
04-12-2024 09:46:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:09:STARTING TEST : fileTest()
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
04-12-2024 09:46:09:FINISHED TEST : fileTest()
04-12-2024 09:46:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:09:STARTING TEST : closeTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080'
04-12-2024 09:46:10:###############################
04-12-2024 09:46:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed
04-12-2024 09:46:10:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:46:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:10:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:46:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:10 GMT
04-12-2024 09:46:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:10:  TRACE: [WIRE] - << true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:11:FINISHED TEST : closeTest()
04-12-2024 09:46:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:11:STARTING TEST : inputstreamTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:12:FINISHED TEST : inputstreamTest()
04-12-2024 09:46:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:12:STARTING TEST : readerTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:46:12:FINISHED TEST : readerTest()
04-12-2024 09:46:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:12:STARTING TEST : transformSourceTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:13:FINISHED TEST : transformSourceTest()
04-12-2024 09:46:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:13:STARTING TEST : multivaluedMapTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:13:FINISHED TEST : multivaluedMapTest()
04-12-2024 09:46:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:13:STARTING TEST : jaxbElementTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:46:14:FINISHED TEST : jaxbElementTest()
04-12-2024 09:46:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:14:STARTING TEST : sseStageCheckTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:46:14:FINISHED TEST : sseStageCheckTest()
04-12-2024 09:46:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:14:STARTING TEST : doubleTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:46:15:FINISHED TEST : doubleTest()
04-12-2024 09:46:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:15:STARTING TEST : datasourceTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:15:FINISHED TEST : datasourceTest()
04-12-2024 09:46:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:15:STARTING TEST : charTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:16:FINISHED TEST : charTest()
04-12-2024 09:46:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:16:STARTING TEST : intTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:17:FINISHED TEST : intTest()
04-12-2024 09:46:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:17:STARTING TEST : bytearrayTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:17:FINISHED TEST : bytearrayTest()
12-Apr-2024 09:46:17.663 WARNING [http-nio-8080-exec-98] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [jaxrs_jaxrs21_ee_sse_sseeventsink_web] appears to have started a thread named [Common-Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.base@17.0.2/java.lang.Object.wait(Native Method)
 java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
 java.base@17.0.2/java.lang.Thread.run(Thread.java:833)
12-Apr-2024 09:46:17.664 WARNING [http-nio-8080-exec-98] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:17.664 WARNING [http-nio-8080-exec-98] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:17.666 INFO [http-nio-8080-exec-98] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_sseeventsink_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.235 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:17.686 INFO [http-nio-8080-exec-32] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war]
12-Apr-2024 09:46:18.060 INFO [http-nio-8080-exec-32] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:18.098 INFO [http-nio-8080-exec-32] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war] has finished in [413] ms
Apr 12, 2024 9:46:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:46:18:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:18:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:46:18:STARTING TEST : wait2Seconds()
04-12-2024 09:46:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:46:18:###############################
04-12-2024 09:46:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:17 GMT
04-12-2024 09:46:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:18:  TRACE: [WIRE] - << OK
04-12-2024 09:46:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080'
04-12-2024 09:46:18:###############################
04-12-2024 09:46:18:[Request] Adding entity: 2
04-12-2024 09:46:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry
04-12-2024 09:46:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:18:  TRACE: [WIRE] - >> 2
04-12-2024 09:46:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:18:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:46:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:17 GMT
04-12-2024 09:46:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:18:  TRACE: [WIRE] - << 2
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:20:FINISHED TEST : wait2Seconds()
04-12-2024 09:46:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:20:STARTING TEST : xmlTest()
04-12-2024 09:46:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:20:###############################
04-12-2024 09:46:20:[Request] Adding entity: text/xml
04-12-2024 09:46:20:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:46:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:20:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:46:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:20 GMT
04-12-2024 09:46:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:20:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
04-12-2024 09:46:22:FINISHED TEST : xmlTest()
04-12-2024 09:46:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset
04-12-2024 09:46:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:22:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:46:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:21 GMT
04-12-2024 09:46:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:22:  TRACE: [WIRE] - << RESET
04-12-2024 09:46:22:STARTING TEST : connectionLostFor1500msTest()
04-12-2024 09:46:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'
04-12-2024 09:46:22:###############################
04-12-2024 09:46:22:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost
04-12-2024 09:46:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:22:  TRACE: [WIRE] - >> 1
04-12-2024 09:46:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080'
04-12-2024 09:46:22:###############################
04-12-2024 09:46:22:[Request] Adding entity: 1
04-12-2024 09:46:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:22:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:46:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:21 GMT
04-12-2024 09:46:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:22:  TRACE: [WIRE] - << 1
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080'
04-12-2024 09:46:24:###############################
04-12-2024 09:46:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count
04-12-2024 09:46:24:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:24:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:46:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:24 GMT
04-12-2024 09:46:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:24:  TRACE: [WIRE] - << 2
04-12-2024 09:46:24:FINISHED TEST : connectionLostFor1500msTest()
04-12-2024 09:46:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:24:STARTING TEST : stringTest()
04-12-2024 09:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:24:###############################
04-12-2024 09:46:24:[Request] Adding entity: text/plain
04-12-2024 09:46:24:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:24:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:24:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:24 GMT
04-12-2024 09:46:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:24:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:26:FINISHED TEST : stringTest()
04-12-2024 09:46:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:26:STARTING TEST : dataSourceTest()
04-12-2024 09:46:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:26:###############################
04-12-2024 09:46:26:[Request] Adding entity: text/plain
04-12-2024 09:46:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:26:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:26:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:25 GMT
04-12-2024 09:46:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:26:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:27:FINISHED TEST : dataSourceTest()
04-12-2024 09:46:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:27:STARTING TEST : reconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
04-12-2024 09:46:28:FINISHED TEST : reconnectByEventMethodTest()
04-12-2024 09:46:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:28:STARTING TEST : fileTest()
04-12-2024 09:46:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:28:###############################
04-12-2024 09:46:28:[Request] Adding entity: text/plain
04-12-2024 09:46:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:28:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:28:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:27 GMT
04-12-2024 09:46:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:28:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:29:FINISHED TEST : fileTest()
04-12-2024 09:46:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:29:STARTING TEST : closeTest()
04-12-2024 09:46:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
04-12-2024 09:46:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-12-2024 09:46:29:###############################
04-12-2024 09:46:30:[Request] Adding entity: true
04-12-2024 09:46:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:30:  TRACE: [WIRE] - >> true
04-12-2024 09:46:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:46:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:29 GMT
04-12-2024 09:46:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:30:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ISOPEN true
04-12-2024 09:46:30:Received message no 0
04-12-2024 09:46:30:Received message no 1
04-12-2024 09:46:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:46:30:###############################
04-12-2024 09:46:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:46:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:30:  TRACE: [WIRE] - << 200 OK
ASKED ISOPEN true
04-12-2024 09:46:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:30:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:46:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:29 GMT
04-12-2024 09:46:30:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:30:  TRACE: [WIRE] - << true
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ISOPEN true
04-12-2024 09:46:31:Received message no 2
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ISOPEN true
04-12-2024 09:46:31:Received message no 3
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ISOPEN true
04-12-2024 09:46:32:Received message no 4
04-12-2024 09:46:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:46:32:###############################
04-12-2024 09:46:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:46:32:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:32:  TRACE: [WIRE] - << 200 OK
ASKED ISOPEN true
04-12-2024 09:46:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:32:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:46:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:32 GMT
04-12-2024 09:46:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:32:  TRACE: [WIRE] - << true
ISOPEN true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ISOPEN true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ISOPEN true
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ISOPEN false
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:46:36:###############################
04-12-2024 09:46:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:46:36:  TRACE: [WIRE] - >> Accept:*/*
ASKED ISOPEN false
04-12-2024 09:46:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:36:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:46:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:36 GMT
04-12-2024 09:46:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:36:  TRACE: [WIRE] - << false
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
Sending false
04-12-2024 09:46:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-12-2024 09:46:39:###############################
04-12-2024 09:46:39:[Request] Adding entity: false
04-12-2024 09:46:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
04-12-2024 09:46:39:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:39:  TRACE: [WIRE] - >> false
04-12-2024 09:46:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:39:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:46:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:39 GMT
04-12-2024 09:46:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:39:  TRACE: [WIRE] - << false
Sent false
04-12-2024 09:46:39:FINISHED TEST : closeTest()
04-12-2024 09:46:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:39:STARTING TEST : userReconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:40:FINISHED TEST : userReconnectByEventMethodTest()
04-12-2024 09:46:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:40:STARTING TEST : byteArrayTest()
04-12-2024 09:46:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:40:###############################
04-12-2024 09:46:40:[Request] Adding entity: text/plain
04-12-2024 09:46:40:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:40:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:40:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:39 GMT
04-12-2024 09:46:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:40:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:42:FINISHED TEST : byteArrayTest()
04-12-2024 09:46:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:42:STARTING TEST : readerTest()
04-12-2024 09:46:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:42:###############################
04-12-2024 09:46:42:[Request] Adding entity: text/plain
04-12-2024 09:46:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:42:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:42:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:42 GMT
04-12-2024 09:46:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:42:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:43:FINISHED TEST : readerTest()
04-12-2024 09:46:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:43:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:43:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:46:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:43:STARTING TEST : transformSourceTest()
04-12-2024 09:46:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:43:###############################
04-12-2024 09:46:43:[Request] Adding entity: text/xml
04-12-2024 09:46:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:43:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:46:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:43 GMT
04-12-2024 09:46:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:43:  TRACE: [WIRE] - << text/xml
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:45:FINISHED TEST : transformSourceTest()
04-12-2024 09:46:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:45:STARTING TEST : multivaluedMapTest()
04-12-2024 09:46:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:45:###############################
04-12-2024 09:46:45:[Request] Adding entity: application/x-www-form-urlencoded
04-12-2024 09:46:45:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:45:  TRACE: [WIRE] - >> application/x-www-form-urlencoded
04-12-2024 09:46:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:45:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:46:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:45 GMT
04-12-2024 09:46:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:45:  TRACE: [WIRE] - << application/x-www-form-urlencoded
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:46:47:FINISHED TEST : multivaluedMapTest()
04-12-2024 09:46:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:47:STARTING TEST : jaxbElementTest()
04-12-2024 09:46:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:47:###############################
04-12-2024 09:46:47:[Request] Adding entity: text/xml
04-12-2024 09:46:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:47:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:46:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:47:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:46:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:46 GMT
04-12-2024 09:46:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:47:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:49:FINISHED TEST : jaxbElementTest()
04-12-2024 09:46:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:49:STARTING TEST : defaultWaiting1s()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:46:49:###############################
04-12-2024 09:46:49:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:46:49:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:49:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:46:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:48 GMT
04-12-2024 09:46:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:49:  TRACE: [WIRE] - << OK
04-12-2024 09:46:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:46:49:###############################
04-12-2024 09:46:49:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:46:49:  TRACE: [WIRE] - >> Accept:*/*
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:49:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:46:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:48 GMT
04-12-2024 09:46:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:49:  TRACE: [WIRE] - << OK
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:50:FINISHED TEST : defaultWaiting1s()
04-12-2024 09:46:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:46:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:46:50:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:46:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:50:STARTING TEST : inputStreamTest()
04-12-2024 09:46:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:46:50:###############################
04-12-2024 09:46:50:[Request] Adding entity: text/plain
04-12-2024 09:46:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:50:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:46:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:50 GMT
04-12-2024 09:46:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:50:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:52:FINISHED TEST : inputStreamTest()
12-Apr-2024 09:46:52.387 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:52.387 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:52.389 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_sseeventsource_web]
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.721 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
12-Apr-2024 09:46:52.402 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_classsubresourcelocator_web.war]
12-Apr-2024 09:46:52.740 INFO [http-nio-8080-exec-69] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:52.774 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_classsubresourcelocator_web.war] has finished in [372] ms
Apr 12, 2024 9:46:52 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:52:STARTING TEST : subResourceLocatorAsClassTest()
04-12-2024 09:46:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub
04-12-2024 09:46:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080'
04-12-2024 09:46:52:###############################
04-12-2024 09:46:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:52:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:46:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:52 GMT
04-12-2024 09:46:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:52:  TRACE: [WIRE] - << OK
04-12-2024 09:46:52:FINISHED TEST : subResourceLocatorAsClassTest()
12-Apr-2024 09:46:52.794 WARNING [http-nio-8080-exec-133] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:52.795 WARNING [http-nio-8080-exec-133] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:52.796 INFO [http-nio-8080-exec-133] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_spec_classsubresourcelocator_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
12-Apr-2024 09:46:52.806 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_completionstage_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:53.166 INFO [http-nio-8080-exec-122] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:53.195 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_completionstage_web.war] has finished in [389] ms
Apr 12, 2024 9:46:53 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:53:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async
04-12-2024 09:46:53:  TRACE: [WIRE] - >> 
04-12-2024 09:46:53:STARTING TEST : completionStageReturnedTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d56004-12-2024 09:46:54:  TRACE: [WIRE] - << 200 OK

WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:54:  TRACE: [WIRE] - << Content-Length: 73
04-12-2024 09:46:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:54 GMT
04-12-2024 09:46:54:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:46:54:FINISHED TEST : completionStageReturnedTest()
12-Apr-2024 09:46:54.219 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [jaxrs_jaxrs21_spec_completionstage_web] appears to have started a thread named [pool-88-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method)
 java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
 java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
 java.base@17.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
 java.base@17.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
 java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
 java.base@17.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
 java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
 java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
 java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
 java.base@17.0.2/java.lang.Thread.run(Thread.java:833)
12-Apr-2024 09:46:54.219 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:54.219 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:54.221 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_spec_completionstage_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.422 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.ee.multipart.MultipartSupportIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:54.913 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/MultipartSupportIT.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:55.456 INFO [http-nio-8080-exec-125] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:55.493 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/MultipartSupportIT.war] has finished in [580] ms
Apr 12, 2024 9:46:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:46:55:STARTING TEST : basicTest()
04-12-2024 09:46:55:Initial uri string: http://localhost:8080/MultipartSupportIT/
04-12-2024 09:46:55:Combined uri string: http://localhost:8080/MultipartSupportIT/test/basicTest
04-12-2024 09:46:55:FINISHED TEST : basicTest()
04-12-2024 09:46:55:STARTING TEST : multiFormParamTest()
04-12-2024 09:46:55:Initial uri string: http://localhost:8080/MultipartSupportIT/
04-12-2024 09:46:55:Combined uri string: http://localhost:8080/MultipartSupportIT/test/multi-form-param
04-12-2024 09:46:55:FINISHED TEST : multiFormParamTest()
12-Apr-2024 09:46:55.621 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:55.622 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:55.624 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/MultipartSupportIT]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s - in ee.jakarta.tck.ws.rs.jaxrs31.ee.multipart.MultipartSupportIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:Apr 12, 2024 9:46:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:55.642 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs31_spec_jdkservices_web.war]
12-Apr-2024 09:46:56.046 INFO [http-nio-8080-exec-132] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:56.097 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs31_spec_jdkservices_web.war] has finished in [455] ms
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : featureIsRegisteredTest()
04-12-2024 09:46:56:FINISHED TEST : featureIsRegisteredTest()
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : dynamicFeatureIsRegisteredTest()
04-12-2024 09:46:56:FINISHED TEST : dynamicFeatureIsRegisteredTest()
12-Apr-2024 09:46:56.137 WARNING [http-nio-8080-exec-124] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:56.138 WARNING [http-nio-8080-exec-124] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:56.139 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs31_spec_jdkservices_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT
12-Apr-2024 09:46:56.148 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs40_ee_core_uriinfo_web.war]
Apr 12, 2024 9:46:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:56.569 INFO [http-nio-8080-exec-132] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:56.608 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs40_ee_core_uriinfo_web.war] has finished in [460] ms
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : getMatchedResourceTemplateSubTest()
04-12-2024 09:46:56:[HttpRequest] Dispatching request: 'PUT /jaxrs40_ee_core_uriinfo_web/app/resource/three/a/z HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:56:FINISHED TEST : getMatchedResourceTemplateSubTest()
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : getMatchedResourceTemplateOneTest()
04-12-2024 09:46:56:[HttpRequest] Dispatching request: 'POST /jaxrs40_ee_core_uriinfo_web/app/resource/one/azazaz00 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:56:FINISHED TEST : getMatchedResourceTemplateOneTest()
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : getMatchedResourceTemplateTwoPostTest()
04-12-2024 09:46:56:[HttpRequest] Dispatching request: 'POST /jaxrs40_ee_core_uriinfo_web/app/resource/two/P/abc/MyNumber HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:56:FINISHED TEST : getMatchedResourceTemplateTwoPostTest()
04-12-2024 09:46:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:56:STARTING TEST : getMatchedResourceTemplateTwoGetTest()
04-12-2024 09:46:56:[HttpRequest] Dispatching request: 'GET /jaxrs40_ee_core_uriinfo_web/app/resource/two/P/abc/MyNumber HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:56:FINISHED TEST : getMatchedResourceTemplateTwoGetTest()
12-Apr-2024 09:46:56.631 WARNING [http-nio-8080-exec-129] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:56.631 WARNING [http-nio-8080-exec-129] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:56.632 INFO [http-nio-8080-exec-129] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs40_ee_core_uriinfo_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
12-Apr-2024 09:46:56.641 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_applicationpath.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:57.109 INFO [http-nio-8080-exec-124] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:46:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:57.137 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_applicationpath.war] has finished in [496] ms
04-12-2024 09:46:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:57:STARTING TEST : applicationPathAnnotationEncodedTest()
04-12-2024 09:46:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:57:FINISHED TEST : applicationPathAnnotationEncodedTest()
04-12-2024 09:46:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:57:STARTING TEST : applicationPathAnnotationNotUsedTest()
04-12-2024 09:46:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:57:Received expected status code Not Found
04-12-2024 09:46:57:FINISHED TEST : applicationPathAnnotationNotUsedTest()
12-Apr-2024 09:46:57.150 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:57.151 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:57.152 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_applicationpath]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT
Apr 12, 2024 9:46:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:57.161 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_streamoutput.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:57.586 INFO [http-nio-8080-exec-139] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:46:57.612 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_streamoutput.war] has finished in [451] ms
04-12-2024 09:46:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:57:STARTING TEST : writeTest()
04-12-2024 09:46:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:57:FINISHED TEST : writeTest()
04-12-2024 09:46:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:57:STARTING TEST : writeIOExceptionTest()
04-12-2024 09:46:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:57:FINISHED TEST : writeIOExceptionTest()
04-12-2024 09:46:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:57:STARTING TEST : writeWebApplicationExceptionTest()
04-12-2024 09:46:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:46:57:FINISHED TEST : writeWebApplicationExceptionTest()
12-Apr-2024 09:46:57.632 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:57.632 WARNING [http-nio-8080-exec-91] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:57.633 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_streamoutput]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 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
12-Apr-2024 09:46:57.646 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:46:58.080 INFO [http-nio-8080-exec-118] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:46:58 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:46:58.116 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery.war] has finished in [470] ms
04-12-2024 09:46:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:46:58:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH
04-12-2024 09:46:58:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:46:58:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:46:58:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:46:58:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:46:58:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:46:58:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:46:57 GMT
04-12-2024 09:46:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:46:58:  TRACE: [WIRE] - << Converted value: ABCDEFGH
04-12-2024 09:46:58:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
04-12-2024 09:46:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:46:58:###############################
04-12-2024 09:46:58:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
12-Apr-2024 09:46:58.135 WARNING [http-nio-8080-exec-133] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:46:58.135 WARNING [http-nio-8080-exec-133] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:46:58.137 INFO [http-nio-8080-exec-133] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
04-12-2024 09:46:58:$$$ SigTestEE.setup() called
04-12-2024 09:46:58:$$$ SigTestEE.setup() complete
04-12-2024 09:46:58:$$$ JAXRSSigTestIT.signatureTest() called
04-12-2024 09:46:58:mapFile location is :/tmp/sig-test1314804303789814122.map
04-12-2024 09:46:58:packageFile location is :/tmp/sig-test-pkg-list2803007048113025587.txt
04-12-2024 09:46:58:Package version from mapfile :4.0.0
04-12-2024 09:46:58:signature File location is :/tmp/jakarta.ws.rs.sig_4.0.0
04-12-2024 09:46:58:Executing JImage
04-12-2024 09:46:58:/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/jimage extract --dir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/modules
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:46:59:JImage RC = 0
04-12-2024 09:46:59:optionalPkgToIgnore = jakarta.xml.bind
04-12-2024 09:46:59:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION **********


04-12-2024 09:46:59:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-12-2024 09:46:59:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:46:59:Static mode supports checks of static constants values 
Apr 12, 2024 9:46:59 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs, -Exclude, jakarta.ws.rs.client, -Exclude, jakarta.ws.rs.container, -Exclude, jakarta.ws.rs.core, -Exclude, jakarta.ws.rs.ext, -Exclude, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
null
04-12-2024 09:47:00:********** Status Report 'jakarta.ws.rs' **********

04-12-2024 09:47:00:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:00:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) **********
04-12-2024 09:47:00:


04-12-2024 09:47:00:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:00:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:00 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs, -Exclude, jakarta.ws.rs.client, -Exclude, jakarta.ws.rs.container, -Exclude, jakarta.ws.rs.core, -Exclude, jakarta.ws.rs.ext, -Exclude, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:00:********** Status Report 'jakarta.ws.rs' **********

04-12-2024 09:47:00:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:00:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:00:********** END VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-12-2024 09:47:00:

04-12-2024 09:47:00:

04-12-2024 09:47:00:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-12-2024 09:47:00:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:47:00:Static mode supports checks of static constants values 
Apr 12, 2024 9:47:00 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.client, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:00:********** Status Report 'jakarta.ws.rs.client' **********

04-12-2024 09:47:00:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:00:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) **********
04-12-2024 09:47:00:


04-12-2024 09:47:00:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:00:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:00 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.client, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
null
04-12-2024 09:47:00:********** Status Report 'jakarta.ws.rs.client' **********

04-12-2024 09:47:00:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:00:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:00:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-12-2024 09:47:00:

04-12-2024 09:47:00:

04-12-2024 09:47:00:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-12-2024 09:47:00:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:47:00:Static mode supports checks of static constants values 
Apr 12, 2024 9:47:00 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.core, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:00:********** Status Report 'jakarta.ws.rs.core' **********

04-12-2024 09:47:00:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:00:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) **********
04-12-2024 09:47:00:


04-12-2024 09:47:00:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:00:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:00 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.core, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.core' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:01:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-12-2024 09:47:01:

04-12-2024 09:47:01:

04-12-2024 09:47:01:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-12-2024 09:47:01:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:47:01:Static mode supports checks of static constants values 
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.container, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.container' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) **********
04-12-2024 09:47:01:


04-12-2024 09:47:01:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:01:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.container, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.container' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:01:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-12-2024 09:47:01:

04-12-2024 09:47:01:

04-12-2024 09:47:01:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-12-2024 09:47:01:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:47:01:Static mode supports checks of static constants values 
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.ext, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.ext' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) **********
04-12-2024 09:47:01:


04-12-2024 09:47:01:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:01:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.ext, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.ext' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:01:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-12-2024 09:47:01:

04-12-2024 09:47:01:

04-12-2024 09:47:01:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-12-2024 09:47:01:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:47:01:Static mode supports checks of static constants values 
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.sse' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) **********
04-12-2024 09:47:01:


04-12-2024 09:47:01:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:47:01:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:47:01 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:47:01:********** Status Report 'jakarta.ws.rs.sse' **********

04-12-2024 09:47:01:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:47:01:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) **********
04-12-2024 09:47:01:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-12-2024 09:47:01:

04-12-2024 09:47:01:

04-12-2024 09:47:01:******************************************************
******************************************************
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-12-2024 09:47:01:$$$ JAXRSSigTestIT.signatureTest() returning
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.448 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
Apr 12, 2024 9:47:02 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:01.598 INFO [http-nio-8080-exec-100] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_client_exceptions.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:01.982 INFO [http-nio-8080-exec-100] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:02.010 INFO [http-nio-8080-exec-100] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_client_exceptions.war] has finished in [412] ms
12-Apr-2024 09:47:02.051 WARNING [http-nio-8080-exec-76] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:02.052 WARNING [http-nio-8080-exec-76] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:02.053 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_client_exceptions]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:Already registered 0 providers
04-12-2024 09:47:02:Already registered 0 properties
04-12-2024 09:47:02:STARTING TEST : defaultClientConfigurationPresetTest()
04-12-2024 09:47:02:FINISHED TEST : defaultClientConfigurationPresetTest()
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:Already registered 0 providers
04-12-2024 09:47:02:Already registered 0 properties
04-12-2024 09:47:02:STARTING TEST : clientConfiguredTest()
04-12-2024 09:47:02:FINISHED TEST : clientConfiguredTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
Apr 12, 2024 9:47:02 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:02.067 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_invocations_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:02.480 INFO [http-nio-8080-exec-128] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:02.504 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_invocations_web.war] has finished in [437] ms
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
04-12-2024 09:47:02:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:47:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:02 GMT
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:02:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-12-2024 09:47:02:STARTING TEST : synchronousTest()
04-12-2024 09:47:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
04-12-2024 09:47:02:###############################
04-12-2024 09:47:02:FINISHED TEST : synchronousTest()
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:47:02:  TRACE: [WIRE] - >> Accept:application/atom+xml,text/html
04-12-2024 09:47:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Length: 29
04-12-2024 09:47:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:02 GMT
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:47:02:STARTING TEST : invocationFromLinkTwoMediaTypesTest()
04-12-2024 09:47:02:FINISHED TEST : invocationFromLinkTwoMediaTypesTest()
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:47:02:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest()
04-12-2024 09:47:02:  TRACE: [WIRE] - >> Accept:application/json
04-12-2024 09:47:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:47:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:02 GMT
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:47:02:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest()
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
04-12-2024 09:47:02:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:02:STARTING TEST : asynchronousTest()
04-12-2024 09:47:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
04-12-2024 09:47:02:###############################
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:47:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:02 GMT
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:02:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-12-2024 09:47:02:FINISHED TEST : asynchronousTest()
04-12-2024 09:47:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:47:02:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:02 GMT
04-12-2024 09:47:02:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:02:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest()
04-12-2024 09:47:02:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest()
12-Apr-2024 09:47:02.660 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:02.660 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:02.661 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_invocations_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
Apr 12, 2024 9:47:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:02.669 INFO [http-nio-8080-exec-129] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_resource_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:03.100 INFO [http-nio-8080-exec-129] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:03.130 INFO [http-nio-8080-exec-129] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_resource_web.war] has finished in [461] ms
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << concept
04-12-2024 09:47:03:STARTING TEST : checkClientConceptTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:FINISHED TEST : checkClientConceptTest()
12-Apr-2024 09:47:03.147 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:03.147 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:03.148 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_resource_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
12-Apr-2024 09:47:03.159 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentities_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:03.544 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:03.579 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentities_web.war] has finished in [420] ms
Apr 12, 2024 9:47:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:STARTING TEST : clientReaderWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: java.io.InputStreamReader@4e7b024
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - >> java.io.InputStreamReader@4e7b024
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientReaderWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:STARTING TEST : clientReaderReaderTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientReaderReaderTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - >> [B@186795f5
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:STARTING TEST : clientByteArrayWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: [B@186795f5
04-12-2024 09:47:03:FINISHED TEST : clientByteArrayWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:STARTING TEST : clientSourceWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: javax.xml.transform.stream.StreamSource@cc1e109
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@cc1e109
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 104
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><xml>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</xml>
04-12-2024 09:47:03:FINISHED TEST : clientSourceWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@657d738d
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:STARTING TEST : clientInputStreamWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: java.io.ByteArrayInputStream@657d738d
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientInputStreamWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:47:03:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@bee1928
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:STARTING TEST : clientMultivaluedMapWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@bee1928
04-12-2024 09:47:03:FINISHED TEST : clientMultivaluedMapWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:STARTING TEST : clientByteArrayReaderTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:FINISHED TEST : clientByteArrayReaderTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientSourceReaderTest()
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:47:03:FINISHED TEST : clientSourceReaderTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientInputStreamReaderTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*

04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientInputStreamReaderTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientAnyReaderUsageTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 94
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:03:  TRACE: [WIRE] - << <READABLEWRITEABLE>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</READABLEWRITEABLE>
04-12-2024 09:47:03:FINISHED TEST : clientAnyReaderUsageTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientMultivaluedMapReaderTest()
04-12-2024 09:47:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientMultivaluedMapReaderTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientStringWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:47:03:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientStringWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:STARTING TEST : clientDataSourceWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:03:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@6b33a68d
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:03:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@6b33a68d
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientDataSourceWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientStreamingOutputWriterTest()
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################04-12-2024 09:47:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:47:03:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@6e748cde
04-12-2024 09:47:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20

04-12-2024 09:47:03:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@6e748cde
04-12-2024 09:47:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:03:FINISHED TEST : clientStreamingOutputWriterTest()
04-12-2024 09:47:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:03:STARTING TEST : clientFileWriterTest()
04-12-2024 09:47:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:47:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:03:###############################
04-12-2024 09:47:04:[Request] Adding entity: /tmp/tckjaxrs10775293884363153762.tmp
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:04:  TRACE: [WIRE] - >> /tmp/tckjaxrs10775293884363153762.tmp
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:04:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:04:FINISHED TEST : clientFileWriterTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : clientAnyWriterUsageTest()
04-12-2024 09:47:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:[Request] Adding entity: 1339633069677106930
04-12-2024 09:47:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/*
04-12-2024 09:47:04:  TRACE: [WIRE] - >> 1339633069677106930
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << <READABLEWRITEABLE>1339633069677106930</READABLEWRITEABLE>
04-12-2024 09:47:04:FINISHED TEST : clientAnyWriterUsageTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:04:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:04:STARTING TEST : clientStringReaderTest()
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:FINISHED TEST : clientStringReaderTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : clientDataSourceReaderTest()
04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:04:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:04:FINISHED TEST : clientDataSourceReaderTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : clientFileReaderTest()
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:03 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:04:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:47:04:FINISHED TEST : clientFileReaderTest()
12-Apr-2024 09:47:04.117 WARNING [http-nio-8080-exec-110] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:04.117 WARNING [http-nio-8080-exec-110] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:04.118 INFO [http-nio-8080-exec-110] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_typedentities_web]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
12-Apr-2024 09:47:04.130 INFO [http-nio-8080-exec-133] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentitieswithxmlbinding_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:04.592 INFO [http-nio-8080-exec-133] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:47:04 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:47:04.624 INFO [http-nio-8080-exec-133] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentitieswithxmlbinding_web.war] has finished in [494] ms
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : clientJaxbElementWriterTest()
04-12-2024 09:47:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter
04-12-2024 09:47:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:[Request] Adding entity: jakarta.xml.bind.JAXBElement@7bf1bbaf
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@7bf1bbaf
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:04:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</>
04-12-2024 09:47:04:FINISHED TEST : clientJaxbElementWriterTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:04:STARTING TEST : clientJaxbElementReaderTest()
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader

04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:47:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:47:04:###############################04-12-2024 09:47:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader

04-12-2024 09:47:04:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:47:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:04:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:47:04:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:47:04:FINISHED TEST : clientJaxbElementReaderTest()
12-Apr-2024 09:47:04.719 WARNING [http-nio-8080-exec-121] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:04.719 WARNING [http-nio-8080-exec-121] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:04.720 INFO [http-nio-8080-exec-121] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_typedentitieswithxmlbinding_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : deepCopyConfigWebTargetLevelTest()
04-12-2024 09:47:04:FINISHED TEST : deepCopyConfigWebTargetLevelTest()
04-12-2024 09:47:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:04:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-12-2024 09:47:04:Testing method queryParam([Ljava.lang.String;@36218eeb)
04-12-2024 09:47:04:Testing 2 WebTargets
04-12-2024 09:47:04:Testing method queryParam(path[Ljava.lang.String;@6ee197dc)
04-12-2024 09:47:04:Testing 4 WebTargets
04-12-2024 09:47:04:Testing method queryParam(xyz[Ljava.lang.String;@19d197c5)
04-12-2024 09:47:04:Testing 8 WebTargets
04-12-2024 09:47:04:checked queryParam() method
04-12-2024 09:47:04:Testing method resolveTemplateFromEncoded()
04-12-2024 09:47:04:Testing 16 WebTargets
04-12-2024 09:47:04:Testing method resolveTemplateFromEncoded(pathxyz)
04-12-2024 09:47:04:Testing 32 WebTargets
04-12-2024 09:47:04:Testing method resolveTemplateFromEncoded(path/path/path)
04-12-2024 09:47:04:Testing 64 WebTargets
04-12-2024 09:47:04:checked resolveTemplateFromEncoded() method
04-12-2024 09:47:04:Testing method resolveTemplates({=path})
04-12-2024 09:47:04:Testing 128 WebTargets
04-12-2024 09:47:04:Testing method resolveTemplates({path=xyz})
04-12-2024 09:47:04:Testing 256 WebTargets
04-12-2024 09:47:04:checked resolveTemplates() method
04-12-2024 09:47:04:Testing method resolveTemplatesFromEncoded({path=xyz})
04-12-2024 09:47:04:Testing 512 WebTargets
04-12-2024 09:47:04:Testing method resolveTemplatesFromEncoded({path=xyz})
04-12-2024 09:47:04:Testing 1024 WebTargets
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:47:05:checked resolveTemplatesFromEncoded() method
04-12-2024 09:47:05:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:STARTING TEST : imutableWithRespectToUriMatrixPathTest()
04-12-2024 09:47:05:Testing method matrixParam([Ljava.lang.String;@44acb5b4)
04-12-2024 09:47:05:Testing 2 WebTargets
04-12-2024 09:47:05:Testing method matrixParam(matrix[Ljava.lang.String;@1e34867e)
04-12-2024 09:47:05:Testing 4 WebTargets
04-12-2024 09:47:05:checked matrixParam() method
04-12-2024 09:47:05:Testing method path()
04-12-2024 09:47:05:Testing 8 WebTargets
04-12-2024 09:47:05:Testing method path(/)
04-12-2024 09:47:05:Testing 16 WebTargets
04-12-2024 09:47:05:Testing method path(path)
04-12-2024 09:47:05:Testing 32 WebTargets
04-12-2024 09:47:05:Testing method path(path/path/path)
04-12-2024 09:47:05:Testing 64 WebTargets
04-12-2024 09:47:05:checked path() method
04-12-2024 09:47:05:FINISHED TEST : imutableWithRespectToUriMatrixPathTest()
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:STARTING TEST : mutableWithRespectToConfigTest()
04-12-2024 09:47:05:FINISHED TEST : mutableWithRespectToConfigTest()
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:STARTING TEST : webTargetConfigNotImpactClientTest()
04-12-2024 09:47:05:FINISHED TEST : webTargetConfigNotImpactClientTest()
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:STARTING TEST : deepCopyConfigClientLevelTest()
04-12-2024 09:47:05:FINISHED TEST : deepCopyConfigClientLevelTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
12-Apr-2024 09:47:05.156 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_client_web.war]
Apr 12, 2024 9:47:05 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:05.510 INFO [http-nio-8080-exec-128] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:05.538 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_client_web.war] has finished in [382] ms
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-12-2024 09:47:05:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:05:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:47:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:05:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:47:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:05:  TRACE: [WIRE] - << 100010101
04-12-2024 09:47:05:STARTING TEST : clientWriterTest()
04-12-2024 09:47:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:05:###############################
04-12-2024 09:47:05:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:47:05:@Context injected as expected
04-12-2024 09:47:05:FINISHED TEST : clientWriterTest()
04-12-2024 09:47:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-12-2024 09:47:05:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:05:  TRACE: [WIRE] - >> stringbean
04-12-2024 09:47:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:05:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:04 GMT
04-12-2024 09:47:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:05:STARTING TEST : clientReaderTest()
04-12-2024 09:47:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:05:###############################
04-12-2024 09:47:05:[Request] Adding entity: stringbean
04-12-2024 09:47:05:  TRACE: [WIRE] - << stringbean
04-12-2024 09:47:05:Injectables are 100010101
04-12-2024 09:47:05:@Context injected as expected
04-12-2024 09:47:05:FINISHED TEST : clientReaderTest()
12-Apr-2024 09:47:05.580 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:05.580 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:05.581 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_context_client_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:05.618 INFO [http-nio-8080-exec-121] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_server_web.war]
12-Apr-2024 09:47:06.034 INFO [http-nio-8080-exec-121] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:06.070 INFO [http-nio-8080-exec-121] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_server_web.war] has finished in [452] ms
Apr 12, 2024 9:47:06 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:06:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method
04-12-2024 09:47:06:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:47:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:06 GMT
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:06:  TRACE: [WIRE] - << 111111111
04-12-2024 09:47:06:STARTING TEST : methodArgumentsInjectionTest()
04-12-2024 09:47:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080'
04-12-2024 09:47:06:###############################
04-12-2024 09:47:06:@Context injected as expected
04-12-2024 09:47:06:FINISHED TEST : methodArgumentsInjectionTest()
04-12-2024 09:47:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer
04-12-2024 09:47:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:06:  TRACE: [WIRE] - >> 
04-12-2024 09:47:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:47:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:06 GMT
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:47:06:  TRACE: [WIRE] - << 111111111
04-12-2024 09:47:06:STARTING TEST : serverWriterInjectionTest()
04-12-2024 09:47:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:06:###############################
04-12-2024 09:47:06:[Request] Adding entity: 
04-12-2024 09:47:06:@Context injected as expected
04-12-2024 09:47:06:FINISHED TEST : serverWriterInjectionTest()
04-12-2024 09:47:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:06:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance
04-12-2024 09:47:06:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:47:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:06 GMT
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:06:  TRACE: [WIRE] - << 111111111
04-12-2024 09:47:06:STARTING TEST : resourceInjectionTest()
04-12-2024 09:47:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080'
04-12-2024 09:47:06:###############################
04-12-2024 09:47:06:@Context injected as expected
04-12-2024 09:47:06:FINISHED TEST : resourceInjectionTest()
04-12-2024 09:47:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader
04-12-2024 09:47:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:06:  TRACE: [WIRE] - >> 
04-12-2024 09:47:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:47:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:06 GMT
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:06:  TRACE: [WIRE] - << 111111111
04-12-2024 09:47:06:STARTING TEST : serverReaderInjectionTest()
04-12-2024 09:47:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080'
04-12-2024 09:47:06:###############################
04-12-2024 09:47:06:[Request] Adding entity: 
04-12-2024 09:47:06:@Context injected as expected
04-12-2024 09:47:06:FINISHED TEST : serverReaderInjectionTest()
04-12-2024 09:47:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:06:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application
04-12-2024 09:47:06:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:06:STARTING TEST : applicationInjectionTest()
04-12-2024 09:47:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080'
04-12-2024 09:47:06:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:04-12-2024 09:47:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Length: 9
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:47:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:06 GMT
04-12-2024 09:47:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:06:  TRACE: [WIRE] - << 111111111
04-12-2024 09:47:06:@Context injected as expected
04-12-2024 09:47:06:FINISHED TEST : applicationInjectionTest()
12-Apr-2024 09:47:06.216 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:06.216 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:06.217 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_context_server_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
Apr 12, 2024 9:47:06 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:06.226 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_contextprovider_jsonb_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
12-Apr-2024 09:47:06.936 INFO [http-nio-8080-exec-74] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:06.964 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_contextprovider_jsonb_web.war] has finished in [738] ms
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
12-Apr-2024 09:47:07.320 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:07.321 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:07.322 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_contextprovider_jsonb_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
Apr 12, 2024 9:47:07 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:07.337 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_dynamicfeature_web.war]
12-Apr-2024 09:47:07.772 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:07.803 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_dynamicfeature_web.war] has finished in [466] ms
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:47:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:07:STARTING TEST : noBindingTest()
04-12-2024 09:47:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080'
04-12-2024 09:47:07:###############################
04-12-2024 09:47:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding
04-12-2024 09:47:07:[Request] Adding entity: 0
04-12-2024 09:47:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:07:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:07:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:07 GMT
04-12-2024 09:47:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:07:  TRACE: [WIRE] - << 0
04-12-2024 09:47:07:Dynamic Bynding did not bind any filter or interceptor as expected
04-12-2024 09:47:07:FINISHED TEST : noBindingTest()
04-12-2024 09:47:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic
04-12-2024 09:47:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:07:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:07:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:47:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:07 GMT
04-12-2024 09:47:07:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:07:  TRACE: [WIRE] - << 12
04-12-2024 09:47:07:STARTING TEST : dynamicBindingTest()
04-12-2024 09:47:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080'
04-12-2024 09:47:07:###############################
04-12-2024 09:47:07:[Request] Adding entity: 0
04-12-2024 09:47:07:Dynamic feature bound filter and interceptor as expected
04-12-2024 09:47:07:FINISHED TEST : dynamicBindingTest()
12-Apr-2024 09:47:07.830 WARNING [http-nio-8080-exec-147] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:07.830 WARNING [http-nio-8080-exec-147] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:07.831 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_dynamicfeature_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
Apr 12, 2024 9:47:08 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:07.849 INFO [http-nio-8080-exec-123] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_exception_web.war]
12-Apr-2024 09:47:08.275 INFO [http-nio-8080-exec-123] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:08.307 INFO [http-nio-8080-exec-123] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_exception_web.war] has finished in [458] ms
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo

04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:668)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:786)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 111011
04-12-2024 09:47:08:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/*
04-12-2024 09:47:08:STARTING TEST : throwExceptionOnInterceptorTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 11111
04-12-2024 09:47:08:Exception has been handled as expected
04-12-2024 09:47:08:FINISHED TEST : throwExceptionOnInterceptorTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 111011
04-12-2024 09:47:08:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:668)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:786)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:STARTING TEST : noNameBoundInterceptorTest()
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 10020
04-12-2024 09:47:08:Only Globally bound interceptor has been invoked as expected
04-12-2024 09:47:08:FINISHED TEST : noNameBoundInterceptorTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:668)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:786)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:47:08:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:833)
04-12-2024 09:47:08:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 10110
04-12-2024 09:47:08:STARTING TEST : throwExceptionOnPreMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:Exception has been handled as expected
04-12-2024 09:47:08:FINISHED TEST : throwExceptionOnPreMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:  TRACE: [WIRE] - << 110010
04-12-2024 09:47:08:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:08:STARTING TEST : throwExceptionOnPostMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 11111
04-12-2024 09:47:08:Exception has been handled as expected
04-12-2024 09:47:08:FINISHED TEST : throwExceptionOnPostMatchingFilterTest()
04-12-2024 09:47:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:47:08:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:47:08:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:47:08:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:47:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:08:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
04-12-2024 09:47:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:08:###############################
04-12-2024 09:47:08:[Request] Adding entity: 0
04-12-2024 09:47:08:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:08:Exception has not been handled second time as expected
04-12-2024 09:47:08:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
12-Apr-2024 09:47:08.540 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:08.540 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:08.541 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_exception_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
Apr 12, 2024 9:47:09 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:08.554 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_globalbinding_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
12-Apr-2024 09:47:08.977 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:09.004 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_globalbinding_web.war] has finished in [450] ms
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 12
04-12-2024 09:47:09:STARTING TEST : nameBoundResourceTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: 0
04-12-2024 09:47:09:Bound as expected
04-12-2024 09:47:09:FINISHED TEST : nameBoundResourceTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:08 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 12
04-12-2024 09:47:09:STARTING TEST : globalBoundResourceTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: 0
04-12-2024 09:47:09:Bound as expected
04-12-2024 09:47:09:FINISHED TEST : globalBoundResourceTest()
12-Apr-2024 09:47:09.036 WARNING [http-nio-8080-exec-126] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:09.037 WARNING [http-nio-8080-exec-126] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:09.038 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_globalbinding_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
12-Apr-2024 09:47:09.056 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_interceptor_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:09.470 INFO [http-nio-8080-exec-118] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:47:09 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:09.508 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_interceptor_web.war] has finished in [452] ms
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:STARTING TEST : jaxbWriterContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:09:JAXRS called registered writer interceptor for jaxb provider
04-12-2024 09:47:09:FINISHED TEST : jaxbWriterContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:STARTING TEST : stringReaderNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:FINISHED TEST : stringReaderNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:STARTING TEST : inputStreamReaderContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream

04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:09:JAXRS called registered reader interceptor for inputstream provider
04-12-2024 09:47:09:FINISHED TEST : inputStreamReaderContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:09:STARTING TEST : dataSourceWriterContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:JAXRS called registered writer interceptor for dataSource provider
04-12-2024 09:47:09:FINISHED TEST : dataSourceWriterContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:STARTING TEST : readerReaderNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:FINISHED TEST : readerReaderNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:09:STARTING TEST : stringBeanWriterContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:JAXRS called registered writer interceptor for StringBean provider
04-12-2024 09:47:09:FINISHED TEST : stringBeanWriterContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:09:STARTING TEST : stringWriterNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:FINISHED TEST : stringWriterNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:STARTING TEST : byteArrayReaderNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:FINISHED TEST : byteArrayReaderNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:STARTING TEST : stringBeanReaderNoInterceptorTest()
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:FINISHED TEST : stringBeanReaderNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:09:STARTING TEST : readerWriterNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:FINISHED TEST : readerWriterNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:09:STARTING TEST : inputStreamWriterContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:JAXRS called registered writer interceptor for inputstream provider
04-12-2024 09:47:09:FINISHED TEST : inputStreamWriterContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:STARTING TEST : byteArrayWriterNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:09:FINISHED TEST : byteArrayWriterNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:09:STARTING TEST : stringBeanWriterNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:FINISHED TEST : stringBeanWriterNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:09:STARTING TEST : stringBeanWriterClientInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:47:09:JAXRS called registered writer interceptor for StringBean provider
04-12-2024 09:47:09:FINISHED TEST : stringBeanWriterClientInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> /tmp/temp4105547220867089243tmp
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:09:STARTING TEST : fileWriterClientInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: /tmp/temp4105547220867089243tmp
04-12-2024 09:47:09:JAXRS called registered writer interceptor for file provider
04-12-2024 09:47:09:FINISHED TEST : fileWriterClientInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> [B@6abb02a9
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:09:STARTING TEST : byteArrayWriterClientInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: [B@6abb02a9
04-12-2024 09:47:09:JAXRS called registered writer interceptor for bytearray provider
04-12-2024 09:47:09:FINISHED TEST : byteArrayWriterClientInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:09:STARTING TEST : byteArrayReaderContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:JAXRS called registered reader interceptor for bytearray provider
04-12-2024 09:47:09:FINISHED TEST : byteArrayReaderContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:STARTING TEST : stringReaderContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:09:JAXRS called registered reader interceptor for string provider
04-12-2024 09:47:09:FINISHED TEST : stringReaderContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:STARTING TEST : sourceWriterNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 141
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:09:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><stringsource><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource></stringsource>
04-12-2024 09:47:09:FINISHED TEST : sourceWriterNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1ce3a3cd
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:STARTING TEST : dataSourceWriterClientInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1ce3a3cd
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:09:JAXRS called registered writer interceptor for dataSource provider
04-12-2024 09:47:09:FINISHED TEST : dataSourceWriterClientInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@63b139e4
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:STARTING TEST : inputStreamWriterClientInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: java.io.ByteArrayInputStream@63b139e4
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:09:JAXRS called registered writer interceptor for inputstream provider
04-12-2024 09:47:09:FINISHED TEST : inputStreamWriterClientInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:STARTING TEST : inputStreamReaderNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:FINISHED TEST : inputStreamReaderNoInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:09:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:09:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:09:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:09:STARTING TEST : fileReaderContainerInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:09:JAXRS called registered reader interceptor for file provider
04-12-2024 09:47:09:FINISHED TEST : fileReaderContainerInterceptorTest()
04-12-2024 09:47:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-12-2024 09:47:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:09:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:09:STARTING TEST : fileReaderNoInterceptorTest()
04-12-2024 09:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-12-2024 09:47:09:###############################
04-12-2024 09:47:09:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:FINISHED TEST : fileReaderNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:10:STARTING TEST : readerReaderContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:JAXRS called registered reader interceptor for reader provider
04-12-2024 09:47:10:FINISHED TEST : readerReaderContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:STARTING TEST : dataSourceReaderNoInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:FINISHED TEST : dataSourceReaderNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
04-12-2024 09:47:10:STARTING TEST : jaxbReaderNoInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:FINISHED TEST : jaxbReaderNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:STARTING TEST : byteArrayWriterContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for bytearray provider
04-12-2024 09:47:10:FINISHED TEST : byteArrayWriterContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:10:STARTING TEST : inputStreamWriterNoInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:FINISHED TEST : inputStreamWriterNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:10:STARTING TEST : stringWriterContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:JAXRS called registered writer interceptor for string provider
04-12-2024 09:47:10:FINISHED TEST : stringWriterContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 68
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor
04-12-2024 09:47:10:STARTING TEST : jaxbReaderContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:JAXRS called registered reader interceptor for jaxb provider
04-12-2024 09:47:10:FINISHED TEST : jaxbReaderContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : fileWriterNoInterceptorTest()
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:10:FINISHED TEST : fileWriterNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : fileWriterContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for file provider
04-12-2024 09:47:10:FINISHED TEST : fileWriterContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : jaxbWriterClientInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@6533aeb0, jakarta.xml.bind.JAXBElement<java.lang.String>}
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@6533aeb0
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for JAXBElement provider
04-12-2024 09:47:10:FINISHED TEST : jaxbWriterClientInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:10:STARTING TEST : dataSourceReaderContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:JAXRS called registered reader interceptor for dataSource provider
04-12-2024 09:47:10:FINISHED TEST : dataSourceReaderContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : stringWriterClientInterceptorTest()
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for string provider
04-12-2024 09:47:10:FINISHED TEST : stringWriterClientInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : readerWriterContainerInterceptorTest()
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for reader provider
04-12-2024 09:47:10:FINISHED TEST : readerWriterContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : sourceWriterContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for source provider
04-12-2024 09:47:10:FINISHED TEST : sourceWriterContainerInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:10:STARTING TEST : dataSourceWriterNoInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:FINISHED TEST : dataSourceWriterNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:10:STARTING TEST : jaxbWriterNoInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:47:10:FINISHED TEST : jaxbWriterNoInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : readerWriterClientInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: java.io.InputStreamReader@68cf011c
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> java.io.InputStreamReader@68cf011c
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:47:10:JAXRS called registered writer interceptor for reader provider
04-12-2024 09:47:10:FINISHED TEST : readerWriterClientInterceptorTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : stringBeanReaderContainerInterceptorTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:09 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:47:10:JAXRS called registered reader interceptor for StringBean provider
04-12-2024 09:47:10:FINISHED TEST : stringBeanReaderContainerInterceptorTest()
12-Apr-2024 09:47:10.315 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:10.315 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:10.317 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_interceptor_web]
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
Apr 12, 2024 9:47:10 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:10.332 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_lastvalue_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:10.769 INFO [http-nio-8080-exec-70] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:10.803 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_lastvalue_web.war] has finished in [471] ms
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:STARTING TEST : writerContextOnClientTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:47:10:Last values set in contexts were used as expected
04-12-2024 09:47:10:FINISHED TEST : writerContextOnClientTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:STARTING TEST : writerContextOnContainerTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080'
04-12-2024 09:47:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:47:10:Last values set in contexts were used as expected
04-12-2024 09:47:10:FINISHED TEST : writerContextOnContainerTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:47:10:STARTING TEST : readerContextOnContainerTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:47:10:Last values set in contexts were used as expected
04-12-2024 09:47:10:FINISHED TEST : readerContextOnContainerTest()
04-12-2024 09:47:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-12-2024 09:47:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:10:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:47:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Length: 56
04-12-2024 09:47:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:10:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:47:10:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:47:10:STARTING TEST : readerContextOnClientTest()
04-12-2024 09:47:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:47:10:###############################
04-12-2024 09:47:10:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:47:10:Last values set in contexts were used as expected
04-12-2024 09:47:10:FINISHED TEST : readerContextOnClientTest()
12-Apr-2024 09:47:10.865 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:10.865 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:10.871 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_lastvalue_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
12-Apr-2024 09:47:10.920 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_namebinding_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:11.291 INFO [http-nio-8080-exec-136] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:11.322 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_namebinding_web.war] has finished in [402] ms
Apr 12, 2024 9:47:11 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:  TRACE: [WIRE] - << 101
04-12-2024 09:47:11:Both name bound interceptors has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:  TRACE: [WIRE] - << 1011
04-12-2024 09:47:11:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:Both name bound interceptors has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:  TRACE: [WIRE] - << 11
04-12-2024 09:47:11:STARTING TEST : singleInterceptorBoundTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:Interceptor has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : singleInterceptorBoundTest()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - >> 1111
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:  TRACE: [WIRE] - << 1113
04-12-2024 09:47:11:STARTING TEST : readerWriterInterceptorBoundTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:[Request] Adding entity: 1111
04-12-2024 09:47:11:Reader and Writer interceptor has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : readerWriterInterceptorBoundTest()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:  TRACE: [WIRE] - << 10000
04-12-2024 09:47:11:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:No interceptor has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one
04-12-2024 09:47:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:10 GMT
04-12-2024 09:47:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:11:  TRACE: [WIRE] - << 1
04-12-2024 09:47:11:STARTING TEST : noInterceptorBoundTest()
04-12-2024 09:47:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080'
04-12-2024 09:47:11:###############################
04-12-2024 09:47:11:No interceptor has been bound as expected
04-12-2024 09:47:11:FINISHED TEST : noInterceptorBoundTest()
12-Apr-2024 09:47:11.415 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:11.415 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:11.416 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_namebinding_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
12-Apr-2024 09:47:11.427 INFO [http-nio-8080-exec-98] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_inheritance_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:11.880 INFO [http-nio-8080-exec-98] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:11.910 INFO [http-nio-8080-exec-98] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_inheritance_web.war] has finished in [483] ms
Apr 12, 2024 9:47:11 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:STARTING TEST : test1()
04-12-2024 09:47:11:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:11:FINISHED TEST : test1()
04-12-2024 09:47:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:11:STARTING TEST : test2()
04-12-2024 09:47:11:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:11:FINISHED TEST : test2()
12-Apr-2024 09:47:11.923 WARNING [http-nio-8080-exec-142] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:11.924 WARNING [http-nio-8080-exec-142] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:11.925 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_inheritance_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
12-Apr-2024 09:47:11.941 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_exceptionmapper_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:12.330 INFO [http-nio-8080-exec-141] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:12.359 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_exceptionmapper_web.war] has finished in [418] ms
Apr 12, 2024 9:47:12 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : throwableTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : throwableTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : clientErrorExceptionTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : clientErrorExceptionTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : filterChainTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : filterChainTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : mappedExceptionTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : mappedExceptionTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : exceptionTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : exceptionTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : runtimeExceptionTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : runtimeExceptionTest()
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : webapplicationExceptionTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : webapplicationExceptionTest()
12-Apr-2024 09:47:12.392 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:12.392 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:12.394 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_exceptionmapper_web]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
Apr 12, 2024 9:47:12 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:12.429 INFO [http-nio-8080-exec-117] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_jaxbcontext_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
12-Apr-2024 09:47:12.832 INFO [http-nio-8080-exec-117] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:12.859 INFO [http-nio-8080-exec-117] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_jaxbcontext_web.war] has finished in [430] ms
04-12-2024 09:47:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:12:STARTING TEST : readWriteProviderTest()
04-12-2024 09:47:12:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:12:FINISHED TEST : readWriteProviderTest()
12-Apr-2024 09:47:12.875 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:12.875 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:12.876 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_jaxbcontext_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
Apr 12, 2024 9:47:13 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:12.947 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_overridestandard_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
12-Apr-2024 09:47:13.410 INFO [http-nio-8080-exec-76] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:13.447 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_overridestandard_web.war] has finished in [500] ms
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteInputStreamProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteInputStreamProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteStringProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteStringProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteMapProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteMapProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteReaderProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteReaderProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteDataSourceProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteDataSourceProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteBooleanProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteBooleanProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteJaxbProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteJaxbProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteStreamingOutputProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteStreamingOutputProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteIntegerProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteIntegerProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteSourceProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteSourceProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteCharacterProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteCharacterProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteByteArrayProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteByteArrayProviderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : readWriteFileProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : readWriteFileProviderTest()
12-Apr-2024 09:47:13.483 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:13.484 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:13.485 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_overridestandard_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
Apr 12, 2024 9:47:13 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:13.521 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_reader_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:13.868 INFO [http-nio-8080-exec-147] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:13.900 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_reader_web.war] has finished in [379] ms
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : meadiaTypeDefaultTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : meadiaTypeDefaultTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : iterateAllAppJavaReadersTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : iterateAllAppJavaReadersTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : meadiaTypeContentTypeTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : meadiaTypeContentTypeTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : iterateFirstAppJavaReaderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : iterateFirstAppJavaReaderTest()
04-12-2024 09:47:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:13:STARTING TEST : noEntityProviderTest()
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:13:FINISHED TEST : noEntityProviderTest()
12-Apr-2024 09:47:13.928 WARNING [http-nio-8080-exec-106] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:13.928 WARNING [http-nio-8080-exec-106] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:13.934 INFO [http-nio-8080-exec-106] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_reader_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
12-Apr-2024 09:47:13.946 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_sort_web.war]
12-Apr-2024 09:47:14.381 INFO [http-nio-8080-exec-124] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
Apr 12, 2024 9:47:14 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:14.418 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_sort_web.war] has finished in [471] ms
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : contentTypeTextXmlGotTextWildCardTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : contentTypeTextPlainGotTextPlainTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : contentTypeTextPlainGotTextPlainTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : contentTypeApplicationGotWildCardTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : contentTypeApplicationGotWildCardTest()
12-Apr-2024 09:47:14.439 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:14.440 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:14.441 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_sort_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
Apr 12, 2024 9:47:14 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:14.451 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standard_web.war]
12-Apr-2024 09:47:14.900 INFO [http-nio-8080-exec-102] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:14.935 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standard_web.war] has finished in [484] ms
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : sourceProviderTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
04-12-2024 09:47:14:FINISHED TEST : sourceProviderTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : streamingOutputProviderTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : streamingOutputProviderTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : fileProviderTest()
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:14:FINISHED TEST : fileProviderTest()
04-12-2024 09:47:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:14:STARTING TEST : inputStreamProviderTest()
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:FINISHED TEST : inputStreamProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:STARTING TEST : stringProviderTest()
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:FINISHED TEST : stringProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:STARTING TEST : readerProviderTest()
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:FINISHED TEST : readerProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:STARTING TEST : byteArrayProviderTest()
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:FINISHED TEST : byteArrayProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:STARTING TEST : dataSourceProviderTest()
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:15:FINISHED TEST : dataSourceProviderTest()
12-Apr-2024 09:47:15.125 WARNING [http-nio-8080-exec-155] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:15.125 WARNING [http-nio-8080-exec-155] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:15.127 INFO [http-nio-8080-exec-155] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standard_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
12-Apr-2024 09:47:15.154 INFO [http-nio-8080-exec-154] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardhaspriority_web.war]
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
12-Apr-2024 09:47:15.547 INFO [http-nio-8080-exec-154] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:15.576 INFO [http-nio-8080-exec-154] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardhaspriority_web.war] has finished in [421] ms
Apr 12, 2024 9:47:15 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map
04-12-2024 09:47:15:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:47:15:  TRACE: [WIRE] - >> {map=[map]}
04-12-2024 09:47:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:14 GMT
04-12-2024 09:47:15:STARTING TEST : readWriteMapProviderTest()
04-12-2024 09:47:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:47:15:###############################
04-12-2024 09:47:15:[Request] Adding entity: {map=[map]}
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:47:15:  TRACE: [WIRE] - << map=map
04-12-2024 09:47:15:FINISHED TEST : readWriteMapProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:STARTING TEST : readWriteBooleanProviderTest()
04-12-2024 09:47:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080'04-12-2024 09:47:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean

04-12-2024 09:47:15:###############################
04-12-2024 09:47:15:[Request] Adding entity: false
04-12-2024 09:47:15:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - >> false
04-12-2024 09:47:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:14 GMT
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - << false
04-12-2024 09:47:15:FINISHED TEST : readWriteBooleanProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb
04-12-2024 09:47:15:  TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml
04-12-2024 09:47:15:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@c025fc2
04-12-2024 09:47:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:47:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:14 GMT
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:47:15:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><jaxb>jaxb</jaxb>
04-12-2024 09:47:15:STARTING TEST : readWriteJaxbProviderTest()
04-12-2024 09:47:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080'
04-12-2024 09:47:15:###############################
04-12-2024 09:47:15:[Request] Adding entity: jakarta.xml.bind.JAXBElement@c025fc2
04-12-2024 09:47:15:FINISHED TEST : readWriteJaxbProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number
04-12-2024 09:47:15:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - >> 0
04-12-2024 09:47:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:14 GMT
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - << 0
04-12-2024 09:47:15:STARTING TEST : readWriteIntegerProviderTest()
04-12-2024 09:47:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080'
04-12-2024 09:47:15:###############################
04-12-2024 09:47:15:[Request] Adding entity: 0
04-12-2024 09:47:15:FINISHED TEST : readWriteIntegerProviderTest()
04-12-2024 09:47:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:15:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character
04-12-2024 09:47:15:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - >> a
04-12-2024 09:47:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:14 GMT
04-12-2024 09:47:15:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:15:  TRACE: [WIRE] - << a
04-12-2024 09:47:15:STARTING TEST : readWriteCharacterProviderTest()
04-12-2024 09:47:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080'
04-12-2024 09:47:15:###############################
04-12-2024 09:47:15:[Request] Adding entity: a
04-12-2024 09:47:15:FINISHED TEST : readWriteCharacterProviderTest()
12-Apr-2024 09:47:15.651 WARNING [http-nio-8080-exec-136] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:15.651 WARNING [http-nio-8080-exec-136] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:15.652 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardhaspriority_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
Apr 12, 2024 9:47:16 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:15.669 INFO [http-nio-8080-exec-155] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardnotnull_web.war]
12-Apr-2024 09:47:16.050 INFO [http-nio-8080-exec-155] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
12-Apr-2024 09:47:16.083 INFO [http-nio-8080-exec-155] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardnotnull_web.war] has finished in [413] ms
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientInputStreamProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : clientInputStreamProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:STARTING TEST : serverDataSourceProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverDataSourceProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:STARTING TEST : clientMultivaluedMapProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:FINISHED TEST : clientMultivaluedMapProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:STARTING TEST : serverFileProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverFileProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:STARTING TEST : serverStringProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverStringProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientDataSourceProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : clientDataSourceProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientCharProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:47:16:FINISHED TEST : clientCharProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader
04-12-2024 09:47:16:STARTING TEST : serverReaderProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:FINISHED TEST : serverReaderProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:16:STARTING TEST : serverBooleanProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:16:FINISHED TEST : serverBooleanProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientSourceProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : clientSourceProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:47:16:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientJaxbProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:Read JAXBElement entity is null as expected
04-12-2024 09:47:16:FINISHED TEST : clientJaxbProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:16:STARTING TEST : serverIntegerProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:16:FINISHED TEST : serverIntegerProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:16:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:16:STARTING TEST : serverCharProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverCharProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:STARTING TEST : clientByteArrayProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:FINISHED TEST : clientByteArrayProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:STARTING TEST : serverInputStreamProviderTest()
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:FINISHED TEST : serverInputStreamProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientBooleanProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:47:16:FINISHED TEST : clientBooleanProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientStringProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : clientStringProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:47:16:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : serverJaxbProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:16:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:16:FINISHED TEST : serverJaxbProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientReaderProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : clientReaderProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - >> StreamingOutput
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 15
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: application/octet-stream
04-12-2024 09:47:16:  TRACE: [WIRE] - << StreamingOutput
04-12-2024 09:47:16:STARTING TEST : serverStreamingOutputProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:[Request] Adding entity: StreamingOutput
04-12-2024 09:47:16:FINISHED TEST : serverStreamingOutputProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:STARTING TEST : serverByteArrayProviderTest()
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:FINISHED TEST : serverByteArrayProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:16:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:16:STARTING TEST : serverBigDecimalProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverBigDecimalProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:STARTING TEST : clientFileProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:FINISHED TEST : clientFileProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:STARTING TEST : serverSourceProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080'
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:FINISHED TEST : serverSourceProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientIntegerProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:47:16:FINISHED TEST : clientIntegerProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:16:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:47:16:STARTING TEST : serverMultivaluedMapProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:FINISHED TEST : serverMultivaluedMapProviderTest()
04-12-2024 09:47:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:47:16:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:16:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:16:STARTING TEST : clientBigDecimalProviderTest()
04-12-2024 09:47:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:47:16:###############################
04-12-2024 09:47:16:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:47:16:FINISHED TEST : clientBigDecimalProviderTest()
12-Apr-2024 09:47:16.556 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:16.556 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:16.557 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardnotnull_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
12-Apr-2024 09:47:16.573 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithjaxrsclient_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:16.960 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:16.995 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithjaxrsclient_web.war] has finished in [421] msApr 12, 2024 9:47:16 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:STARTING TEST : readWriteProviderBigDecimalTest()
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 2147483647
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:47:17:Found expected entity 2147483647
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderBigDecimalTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 3.141592653589793
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 3.141592653589793
04-12-2024 09:47:17:STARTING TEST : readWriteProviderDoubleTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 3.141592653589793
04-12-2024 09:47:17:Found expected entity 3.141592653589793
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderDoubleTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:47:17:STARTING TEST : readWriteProviderIntTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 2147483647
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderIntTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> x
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << x
04-12-2024 09:47:17:STARTING TEST : readWriteProviderCharacterTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: x
04-12-2024 09:47:17:Found expected entity x
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderCharacterTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> x
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << x
04-12-2024 09:47:17:STARTING TEST : readWriteProviderCharTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: x
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderCharTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:47:17:STARTING TEST : readWriteProviderIntegerTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 2147483647
04-12-2024 09:47:17:Found expected entity 2147483647
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderIntegerTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:STARTING TEST : mapElementProviderTest()
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: {map=[map]}
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:47:17:  TRACE: [WIRE] - >> {map=[map]}
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:16 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:47:17:  TRACE: [WIRE] - << map=map
04-12-2024 09:47:17:found expected MultivaluedMap {map=[map]}
04-12-2024 09:47:17:FINISHED TEST : mapElementProviderTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> false
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:17 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << false
04-12-2024 09:47:17:STARTING TEST : readWriteProviderBoolTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: false
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderBoolTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 9223372036854775807
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:17 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 9223372036854775807
04-12-2024 09:47:17:STARTING TEST : readWriteProviderLongTest()
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 9223372036854775807
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderLongTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:STARTING TEST : readWriteProviderBigLongTest()
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: 9223372036854775807
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> 9223372036854775807
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:17 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << 9223372036854775807
04-12-2024 09:47:17:Found expected entity 9223372036854775807
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderBigLongTest()
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:STARTING TEST : readWriteProviderBooleanTest()
04-12-2024 09:47:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean
04-12-2024 09:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080'
04-12-2024 09:47:17:###############################
04-12-2024 09:47:17:[Request] Adding entity: true
04-12-2024 09:47:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - >> true
04-12-2024 09:47:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:47:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:17 GMT
04-12-2024 09:47:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:17:  TRACE: [WIRE] - << true
04-12-2024 09:47:17:Found expected entity true
04-12-2024 09:47:17:FINISHED TEST : readWriteProviderBooleanTest()
12-Apr-2024 09:47:17.147 WARNING [http-nio-8080-exec-110] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:17.147 WARNING [http-nio-8080-exec-110] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:17.149 INFO [http-nio-8080-exec-110] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardwithjaxrsclient_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
12-Apr-2024 09:47:17.158 INFO [http-nio-8080-exec-154] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithxmlbinding_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:17.539 INFO [http-nio-8080-exec-154] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:17.571 INFO [http-nio-8080-exec-154] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithxmlbinding_web.war] has finished in [413] ms
Apr 12, 2024 9:47:17 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:17:STARTING TEST : jaxbElementProviderTest()
04-12-2024 09:47:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:17:FINISHED TEST : jaxbElementProviderTest()
12-Apr-2024 09:47:17.598 WARNING [http-nio-8080-exec-120] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:17.598 WARNING [http-nio-8080-exec-120] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:17.600 INFO [http-nio-8080-exec-120] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardwithxmlbinding_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
12-Apr-2024 09:47:17.615 INFO [http-nio-8080-exec-146] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_visibility_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:17.962 INFO [http-nio-8080-exec-146] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:18.002 INFO [http-nio-8080-exec-146] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_visibility_web.war] has finished in [387] ms
Apr 12, 2024 9:47:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : bodyWriterTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : bodyWriterTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : bodyReaderTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : bodyReaderTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : contextResolverTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : contextResolverTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : exceptionMapperTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : exceptionMapperTest()
12-Apr-2024 09:47:18.026 WARNING [http-nio-8080-exec-124] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:18.026 WARNING [http-nio-8080-exec-124] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:18.028 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_visibility_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
12-Apr-2024 09:47:18.041 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_writer_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:18.389 INFO [http-nio-8080-exec-76] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:18.418 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_writer_web.war] has finished in [377] ms
Apr 12, 2024 9:47:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:18:STARTING TEST : supportXmlByDefaultWriterTest()
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:47:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 59
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT

04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:47:18:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-12-2024 09:47:18:FINISHED TEST : supportXmlByDefaultWriterTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-12-2024 09:47:18:STARTING TEST : supportXmlByXmlWriterTest()
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:47:18:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER;
04-12-2024 09:47:18:FINISHED TEST : supportXmlByXmlWriterTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : supportAllTest()
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################04-12-2024 09:47:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall

04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 137
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:47:18:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-12-2024 09:47:18:FINISHED TEST : supportAllTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : supportAppJavaTest()
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer

04-12-2024 09:47:18:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:[Request] Adding entity: application/java
04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> application/java
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Type: application/java
04-12-2024 09:47:18:  TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER;
04-12-2024 09:47:18:FINISHED TEST : supportAppJavaTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse
04-12-2024 09:47:18:STARTING TEST : responseSubClassTest()
04-12-2024 09:47:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-12-2024 09:47:18:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Length: 96
04-12-2024 09:47:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080'
04-12-2024 09:47:18:###############################
04-12-2024 09:47:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:18 GMT
04-12-2024 09:47:18:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:47:18:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER;
04-12-2024 09:47:18:FINISHED TEST : responseSubClassTest()
12-Apr-2024 09:47:18.530 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:18.530 WARNING [http-nio-8080-exec-74] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:18.531 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_writer_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
Apr 12, 2024 9:47:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:18.541 INFO [http-nio-8080-exec-138] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:18.921 INFO [http-nio-8080-exec-138] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:18.953 INFO [http-nio-8080-exec-138] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_web.war] has finished in [413] ms
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : incorrectConsumesTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : incorrectConsumesTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : formParamTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : formParamTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : incorrectPathOnClassTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : incorrectPathOnClassTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : queryParamPqrTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : queryParamPqrTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : correctRequestTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : correctRequestTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : incorrectProducesConsumesTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : incorrectProducesConsumesTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : correctTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : correctTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : incorrectProdecesTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : incorrectProdecesTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : incorrectPathOnMethodTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : incorrectPathOnMethodTest()
04-12-2024 09:47:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:18:STARTING TEST : queryParamXyzTest()
04-12-2024 09:47:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:18:FINISHED TEST : queryParamXyzTest()
12-Apr-2024 09:47:18.982 WARNING [http-nio-8080-exec-144] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:18.982 WARNING [http-nio-8080-exec-144] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:18.983 INFO [http-nio-8080-exec-144] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_annotationprecedence_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
12-Apr-2024 09:47:18.993 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_subclass_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:19.375 INFO [http-nio-8080-exec-124] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:19.400 INFO [http-nio-8080-exec-124] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_subclass_web.war] has finished in [407] ms
Apr 12, 2024 9:47:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : incorrectConsumesTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : incorrectConsumesTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : incorrectPathOnClassAndRequestTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : incorrectPathOnClassAndRequestTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : formParamTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : formParamTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : incorrectPathOnClassTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : incorrectPathOnClassTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : correctProducesConsumesTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : correctProducesConsumesTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : queryParamPqrTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : queryParamPqrTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : correctRequestTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : correctRequestTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : matrixParamPqrTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : matrixParamPqrTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : correctTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : correctTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : incorrectProdecesTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : incorrectProdecesTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : incorrectPathOnMethodTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : incorrectPathOnMethodTest()
04-12-2024 09:47:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:19:STARTING TEST : queryParamXyzTest()
04-12-2024 09:47:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:19:FINISHED TEST : queryParamXyzTest()
12-Apr-2024 09:47:19.463 WARNING [http-nio-8080-exec-146] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:19.463 WARNING [http-nio-8080-exec-146] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:19.464 INFO [http-nio-8080-exec-146] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_annotationprecedence_subclass_web]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
12-Apr-2024 09:47:19.517 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_locator_web.war]
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:20.039 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:20.069 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_locator_web.war] has finished in [552] ms
Apr 12, 2024 9:47:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : checkEntityIsNotSetTest()
04-12-2024 09:47:20:[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-12-2024 09:47:20:FINISHED TEST : checkEntityIsNotSetTest()
12-Apr-2024 09:47:20.083 WARNING [http-nio-8080-exec-102] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:20.083 WARNING [http-nio-8080-exec-102] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:20.084 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_locator_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
12-Apr-2024 09:47:20.116 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_requestmatching_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
12-Apr-2024 09:47:20.460 INFO [http-nio-8080-exec-74] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:20.497 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_requestmatching_web.war] has finished in [381] ms
Apr 12, 2024 9:47:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesOnResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesOnResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : concreteOverStarWhenAcceptStarTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : concreteOverStarWhenAcceptStarTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : headOnSubResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : headOnSubResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : resourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : resourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : locatorNameTooLongAgainTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : locatorNameTooLongAgainTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : requestNotSupportedOnResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : requestNotSupportedOnResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesCorrectContentTypeOnResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesCorrectContentTypeOnResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOnResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOnResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesCorrectContentTypeOnResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesCorrectContentTypeOnResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesOnSubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesOnSubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : l2SubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : l2SubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOnResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOnResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : slashUriTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : slashUriTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : descendantSubResourcePathValueTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : descendantSubResourcePathValueTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : slashAppNameTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : slashAppNameTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesOnResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesOnResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : foundAnotherResourceLocatorByPathTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : foundAnotherResourceLocatorByPathTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : qualityDeterminesTextATest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : qualityDeterminesTextATest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : qualityDeterminesTextBTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : qualityDeterminesTextBTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : descendantResourcePathValueTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : descendantResourcePathValueTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : requestNotSupportedOnSubResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : requestNotSupportedOnSubResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : requestNotSupportedOnResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : requestNotSupportedOnResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : producesOnSubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : producesOnSubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : locatorNameTooLongTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : locatorNameTooLongTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : wrongAppNameTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : wrongAppNameTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : optionsOnSubResourceTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:Header Allow: GET found as expected
04-12-2024 09:47:20:FINISHED TEST : optionsOnSubResourceTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : methodNotFoundTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : methodNotFoundTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : concreteOverStarTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : concreteOverStarTest()
04-12-2024 09:47:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:20:STARTING TEST : slashWrongUriTest()
04-12-2024 09:47:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:20:FINISHED TEST : slashWrongUriTest()
12-Apr-2024 09:47:20.634 WARNING [http-nio-8080-exec-161] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:20.634 WARNING [http-nio-8080-exec-161] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:20.635 INFO [http-nio-8080-exec-161] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_requestmatching_web]
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
12-Apr-2024 09:47:20.653 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_responsemediatype_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
Apr 12, 2024 9:47:21 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:21.135 INFO [http-nio-8080-exec-136] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:21.171 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_responsemediatype_web.war] has finished in [518] ms
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : methodProducesTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : methodProducesTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : appPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : appPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : imagePreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : imagePreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : responseOverrideNoProducesTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : responseOverrideNoProducesTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : noPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : noPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : clientXmlHtmlPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : clientXmlHtmlPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : responseOverrideTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : responseOverrideTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : mesageBodyWriterProducesTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : mesageBodyWriterProducesTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : clientHtmlXmlPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : clientHtmlXmlPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : classProducesTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : classProducesTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : clientAnyPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : clientAnyPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : responseNotAllowedToOverrideTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : responseNotAllowedToOverrideTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : textPreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : textPreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : defaultResponseErrorTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : defaultResponseErrorTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : clientImagePreferenceTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : clientImagePreferenceTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:STARTING TEST : defaultErrorTest()
04-12-2024 09:47:21:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:21:FINISHED TEST : defaultErrorTest()
12-Apr-2024 09:47:21.238 WARNING [http-nio-8080-exec-142] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:21.238 WARNING [http-nio-8080-exec-142] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:21.239 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_responsemediatype_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
12-Apr-2024 09:47:21.254 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_valueofandfromstring_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:21.682 INFO [http-nio-8080-exec-147] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:21.720 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_valueofandfromstring_web.war] has finished in [466] ms
Apr 12, 2024 9:47:21 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:STARTING TEST : enumQueryTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:47:21:FINISHED TEST : enumQueryTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:47:21:STARTING TEST : entityHeaderTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : entityHeaderTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:47:21:STARTING TEST : enumCookieTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : enumCookieTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:47:21:STARTING TEST : entityQueryTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : entityQueryTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:47:21:STARTING TEST : entityCookieTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : entityCookieTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:47:21:STARTING TEST : enumMaxtrixTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : enumMaxtrixTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:47:21:STARTING TEST : entityMaxtrixTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : entityMaxtrixTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:47:21:STARTING TEST : enumPathTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : enumPathTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:47:21:STARTING TEST : entityPathTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : entityPathTest()
04-12-2024 09:47:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader
04-12-2024 09:47:21:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:47:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:47:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:21:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:47:21:STARTING TEST : enumHeaderTest()
04-12-2024 09:47:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080'
04-12-2024 09:47:21:###############################
04-12-2024 09:47:21:FINISHED TEST : enumHeaderTest()
12-Apr-2024 09:47:21.865 WARNING [http-nio-8080-exec-102] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:21.865 WARNING [http-nio-8080-exec-102] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:21.866 INFO [http-nio-8080-exec-102] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_valueofandfromstring_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
12-Apr-2024 09:47:21.918 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resourceconstructor_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:22.284 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:22.320 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resourceconstructor_web.war] has finished in [402] ms
Apr 12, 2024 9:47:22 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : packageVisibilityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:22:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:22:FINISHED TEST : packageVisibilityTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:47:22:STARTING TEST : constructorWithQueryParamUsedTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : constructorWithQueryParamUsedTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:22:STARTING TEST : privateVisibilityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:22:FINISHED TEST : privateVisibilityTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:STARTING TEST : visibleTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : visibleTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:STARTING TEST : constructorWithMatrixParamUsedTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:47:22:FINISHED TEST : constructorWithMatrixParamUsedTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : constructorWithHeaderParamUsedTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header

04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:47:22:FINISHED TEST : constructorWithHeaderParamUsedTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : constructorWithCookieParamUsedTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:47:22:FINISHED TEST : constructorWithCookieParamUsedTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:47:22:STARTING TEST : constructorWithPathParamUsedTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : constructorWithPathParamUsedTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:21 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:22:STARTING TEST : protectedVisibilityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:22:FINISHED TEST : protectedVisibilityTest()
12-Apr-2024 09:47:22.434 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:22.434 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:22.435 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resourceconstructor_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
12-Apr-2024 09:47:22.448 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_returntype_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:22.794 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:47:22 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:22.836 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_returntype_web.war] has finished in [388] ms
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : voidTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:FINISHED TEST : voidTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest
04-12-2024 09:47:22:STARTING TEST : entityResponseTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:22:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-12-2024 09:47:22:FINISHED TEST : entityResponseTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : notAcceptableTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:text/html
04-12-2024 09:47:22:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:47:22:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:47:22:FINISHED TEST : notAcceptableTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : nullGenericEntityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:FINISHED TEST : nullGenericEntityTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : defaultStatusTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default

04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:47:22:  TRACE: [WIRE] - << I am OK
04-12-2024 09:47:22:FINISHED TEST : defaultStatusTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:STARTING TEST : nullEntityResponseTest()
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:FINISHED TEST : nullEntityResponseTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 36
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:STARTING TEST : genericEntityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:47:22:  TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14
04-12-2024 09:47:22:FINISHED TEST : genericEntityTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:STARTING TEST : nullEntityTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : nullEntityTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:47:22:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:STARTING TEST : nullResponseTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : nullResponseTest()
04-12-2024 09:47:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:22:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest
04-12-2024 09:47:22:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:47:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:47:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:47:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:47:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:47:22 GMT
04-12-2024 09:47:22:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:47:22:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-12-2024 09:47:22:STARTING TEST : entityBodyTest()
04-12-2024 09:47:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080'
04-12-2024 09:47:22:###############################
04-12-2024 09:47:22:FINISHED TEST : entityBodyTest()
12-Apr-2024 09:47:22.954 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:22.954 WARNING [http-nio-8080-exec-64] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:22.955 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_returntype_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
Apr 12, 2024 9:47:23 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:47:22.963 INFO [http-nio-8080-exec-158] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_templateTest_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
12-Apr-2024 09:47:23.399 INFO [http-nio-8080-exec-158] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:47:23.426 INFO [http-nio-8080-exec-158] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_templateTest_web.war] has finished in [463] ms
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test1()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test1()
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test2()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test2()
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test3()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test3()
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test4()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test4()
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test5()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test5()
04-12-2024 09:47:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:47:23:STARTING TEST : Test6()
04-12-2024 09:47:23:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:47:23:FINISHED TEST : Test6()
12-Apr-2024 09:47:23.447 WARNING [http-nio-8080-exec-159] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:47:23.447 WARNING [http-nio-8080-exec-159] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:47:23.449 INFO [http-nio-8080-exec-159] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_templateTest_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
Apr 12, 2024 9:47:23 AM com.sun.jmx.remote.internal.ClientCommunicatorAdmin$Checker run
WARNING: Failed to check connection: java.net.ConnectException: Connection refused
Apr 12, 2024 9:47:23 AM com.sun.jmx.remote.internal.ClientCommunicatorAdmin$Checker run
WARNING: stopping
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@56731d26
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7eaffbe7
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3db2d560
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@40c5c486
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6e0eb86d
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2796, Failures: 0, Errors: 0, Skipped: 128
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-17/17.0.2+8/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:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    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 12, 2024 9:47:25 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37543]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37543]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36181]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36181]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33841]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33841]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35301]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35301]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:48574]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:48574]
Apr 12, 2024 9:47:26 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 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 12, 2024 9:47:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 12, 2024 9:47:26 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: 1.809 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 (container-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_EE11_TCK/live/TCK/EE11/jersey-tck/pom.tomcat.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/4.0.0/jersey-tck-4.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jersey-tck-4.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/4.0.0/jersey-tck-4.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:29 min
[INFO] Finished at: 2024-04-12T09:47:27Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "staging" could not be activated because it does not exist.
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.glassfish.jersey.core:jersey-tck >----------------
[INFO] Building Jakarta RESTful WS Compliance for Jersey 4.0.0
[INFO]   from pom.tomcat.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.2.0:copy (default-cli) @ jersey-tck ---
[INFO] Configured Artifact: jakarta.ws.rs:jakarta-restful-ws-tck:4.0.0:jar
[INFO] Copying jakarta-restful-ws-tck-4.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/dependency/jakarta-restful-ws-tck-4.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.114 s
[INFO] Finished at: 2024-04-12T09:47:29Z
[INFO] ------------------------------------------------------------------------
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Agent centos-7-bcf5k is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-bcf5k"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-bcf5k"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-bcf5k"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-bcf5k in /home/jenkins/agent/workspace/jakarta_EE11_TCK
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/jakarta_EE11_TCK # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jakarta_EE11_TCK@tmp/jenkins-gitclient-ssh16371712649258758571.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5289be59d7910682bbe8f43676335ed714bf688f (refs/remotes/origin/cicd.scripts)
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/cicd.scripts^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5289be59d7910682bbe8f43676335ed714bf688f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b cicd.scripts 5289be59d7910682bbe8f43676335ed714bf688f # timeout=10
Commit message: "Jersey TCK Script"
[Pipeline] sh
+ /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jakarta-ee11-tck.sh SUMMARY_21.TXT tck_21.log
Cloning into '.'...
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Arquillian Tomcat Container Parent                                 [pom]
[INFO] Arquillian Tomcat Container Common                                 [jar]
[INFO] Arquillian Tomcat Container Parent                                 [pom]
[INFO] Arquillian Tomcat Embedded Container Common                        [jar]
[INFO] Arquillian Tomcat Embedded Container Parent                        [pom]
[INFO] Arquillian Tomcat Embedded 10.x Container                          [jar]
[INFO] Arquillian Tomcat Managed Container Common                         [jar]
[INFO] Arquillian Tomcat Managed Container Parent                         [pom]
[INFO] Arquillian Container Tomcat Managed 10.x                           [jar]
[INFO] 
[INFO] ------< org.jboss.arquillian.container:arquillian-parent-tomcat >-------
[INFO] Building Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT         [1/9]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-parent-tomcat ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-parent-tomcat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-parent-tomcat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-parent-tomcat ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian
[INFO] Storing buildNumber: 15d2ce1e56b32e7f9d005934c0d0807d4f12e54b at timestamp: 1712915284248
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian
[INFO] Storing scmBranch: main
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-parent-tomcat ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-parent-tomcat ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-parent-tomcat/1.2.1-SNAPSHOT/arquillian-parent-tomcat-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.jboss.arquillian.container:arquillian-tomcat-common >-------
[INFO] Building Arquillian Tomcat Container Common 1.2.1-SNAPSHOT         [2/9]
[INFO]   from tomcat-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-common ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 13 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/main/java/org/jboss/arquillian/container/tomcat/TomcatConfiguration.java:[258,20] URL(java.lang.String) in java.net.URL has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/main/java/org/jboss/arquillian/container/tomcat/TomcatManager.java:[169,20] URL(java.lang.String) in java.net.URL has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-common ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[20,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/AdditionalJavaOptionsParserTest.java:[21,30] junit.framework.Assert in junit.framework has been deprecated
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/src/test/java/org/jboss/arquillian/container/tomcat/test/TomcatClientITBase.java:[73,16] URL(java.net.URL,java.lang.String) in java.net.URL has been deprecated
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-common/target/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-common/1.2.1-SNAPSHOT/arquillian-tomcat-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-container-parent >--
[INFO] Building Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT         [3/9]
[INFO]   from tomcat-container-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-container-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-container-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-container-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-container-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-container-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-container-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-container-parent/1.2.1-SNAPSHOT/arquillian-tomcat-container-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-embedded-common >--
[INFO] Building Arquillian Tomcat Embedded Container Common 1.2.1-SNAPSHOT [4/9]
[INFO]   from tomcat-embedded-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-embedded-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-embedded-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-embedded-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-embedded-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-embedded-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-embedded-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-common/target/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-common/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-embedded-parent >--
[INFO] Building Arquillian Tomcat Embedded Container Parent 1.2.1-SNAPSHOT [5/9]
[INFO]   from tomcat-embedded-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-embedded-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-embedded-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-parent/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.jboss.arquillian.container:arquillian-tomcat-embedded-10 >----
[INFO] Building Arquillian Tomcat Embedded 10.x Container 1.2.1-SNAPSHOT  [6/9]
[INFO]   from tomcat-embedded-10/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-embedded-10 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-embedded-10 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-embedded-10 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-embedded-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-embedded-10 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-embedded-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-embedded-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-embedded-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-embedded-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-embedded-10 ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-embedded-10/target/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-embedded-10/1.2.1-SNAPSHOT/arquillian-tomcat-embedded-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-managed-common >---
[INFO] Building Arquillian Tomcat Managed Container Common 1.2.1-SNAPSHOT [7/9]
[INFO]   from tomcat-managed-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-common ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-managed-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-managed-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/main/java/org/jboss/arquillian/container/tomcat/managed/TomcatManagedConfiguration.java:[91,33] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-managed-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-managed-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-managed-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ arquillian-tomcat-managed-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-common ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-common/target/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-common/1.2.1-SNAPSHOT/arquillian-tomcat-managed-common-1.2.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< org.jboss.arquillian.container:arquillian-tomcat-managed-parent >---
[INFO] Building Arquillian Tomcat Managed Container Parent 1.2.1-SNAPSHOT [8/9]
[INFO]   from tomcat-managed-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-parent ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-managed-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-managed-parent ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-parent/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-parent/1.2.1-SNAPSHOT/arquillian-tomcat-managed-parent-1.2.1-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.jboss.arquillian.container:arquillian-tomcat-managed-10 >-----
[INFO] Building Arquillian Container Tomcat Managed 10.x 1.2.1-SNAPSHOT   [9/9]
[INFO]   from tomcat-managed-10/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ arquillian-tomcat-managed-10 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.BannedRepositories passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (get-scm-revision) @ arquillian-tomcat-managed-10 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ arquillian-tomcat-managed-10 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ arquillian-tomcat-managed-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ arquillian-tomcat-managed-10 ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ arquillian-tomcat-managed-10 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ arquillian-tomcat-managed-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ arquillian-tomcat-managed-10 ---
[INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- cargo:1.8.5:configure (install-container) @ arquillian-tomcat-managed-10 ---
[INFO] [maven2.ConfigureMojo] Resolved container artifact org.codehaus.cargo:cargo-core-container-tomcat:jar:1.8.5 for container tomcat10x
[INFO] Configuration created at [/home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/cargo/configurations/tomcat10x]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (default) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (default) @ arquillian-tomcat-managed-10 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ arquillian-tomcat-managed-10 ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/pom.xml to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/Arquillian/tomcat-managed-10/target/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jboss/arquillian/container/arquillian-tomcat-managed-10/1.2.1-SNAPSHOT/arquillian-tomcat-managed-10-1.2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Arquillian Tomcat Container Parent 1.2.1-SNAPSHOT:
[INFO] 
[INFO] Arquillian Tomcat Container Parent ................. SUCCESS [  7.230 s]
[INFO] Arquillian Tomcat Container Common ................. SUCCESS [  4.589 s]
[INFO] Arquillian Tomcat Container Parent ................. SUCCESS [  0.114 s]
[INFO] Arquillian Tomcat Embedded Container Common ........ SUCCESS [  0.375 s]
[INFO] Arquillian Tomcat Embedded Container Parent ........ SUCCESS [  0.071 s]
[INFO] Arquillian Tomcat Embedded 10.x Container .......... SUCCESS [  1.156 s]
[INFO] Arquillian Tomcat Managed Container Common ......... SUCCESS [  0.391 s]
[INFO] Arquillian Tomcat Managed Container Parent ......... SUCCESS [  0.105 s]
[INFO] Arquillian Container Tomcat Managed 10.x ........... SUCCESS [  5.789 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21.036 s
[INFO] Finished at: 2024-04-12T09:48:18Z
[INFO] ------------------------------------------------------------------------
jakarta-restful-ws-tck-4.0.0.zip
jakarta-restful-ws-tck-4.0.0.zip
  created: restful-ws-tck/
  created: restful-ws-tck/artifacts/
  created: restful-ws-tck/docs/
  created: restful-ws-tck/docs/assertions/
  created: restful-ws-tck/docs/pdf-usersguide/
  created: restful-ws-tck/docs/html-usersguide/
  created: restful-ws-tck/docs/html-usersguide/css/
  created: restful-ws-tck/docs/html-usersguide/img/
 inflated: restful-ws-tck/LICENSE.md
 inflated: restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0-sources.jar
 inflated: restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0.jar
 inflated: restful-ws-tck/docs/JAXRSTCK4.0-ReleaseNotes.html
 inflated: restful-ws-tck/docs/TCK-Exclude-List.txt
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.1.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_3.1.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_4.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSJavadocAssertions_4.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.0.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.1.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_3.1.0.xml
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_4.0.0.html
 inflated: restful-ws-tck/docs/assertions/JAXRSSpecAssertions_4.0.0.xml
 inflated: restful-ws-tck/docs/index.html
 inflated: restful-ws-tck/docs/pdf-usersguide/Jakarta-RESTful-Web-Services-TCK-Users-Guide.pdf
 inflated: restful-ws-tck/docs/html-usersguide/config.html
 inflated: restful-ws-tck/docs/html-usersguide/css/style.css
 inflated: restful-ws-tck/docs/html-usersguide/debug.html
 inflated: restful-ws-tck/docs/html-usersguide/faq.html
 inflated: restful-ws-tck/docs/html-usersguide/img/eclipse_foundation_logo_tiny.png
 inflated: restful-ws-tck/docs/html-usersguide/install.html
 inflated: restful-ws-tck/docs/html-usersguide/intro.html
 inflated: restful-ws-tck/docs/html-usersguide/preface.html
 inflated: restful-ws-tck/docs/html-usersguide/rebuild.html
 inflated: restful-ws-tck/docs/html-usersguide/rules.html
 inflated: restful-ws-tck/docs/html-usersguide/title.html
 inflated: restful-ws-tck/docs/html-usersguide/toc.html
 inflated: restful-ws-tck/docs/html-usersguide/using.html
jakarta-restful-ws-tck-4.0.0
jakarta-restful-ws-tck-4.0.0.jar
jakarta-restful-ws-tck-4.0.0-sources.jar
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- install:3.1.1:install-file (default-cli) @ standalone-pom ---
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/TCK/restful-ws-tck/artifacts/jakarta-restful-ws-tck-4.0.0.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.0/jakarta-restful-ws-tck-4.0.0.jar
[INFO] Installing /tmp/mvninstall6928505251542229313.pom to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.0/jakarta-restful-ws-tck-4.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.882 s
[INFO] Finished at: 2024-04-12T09:48:20Z
[INFO] ------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<!--

    Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.glassfish.jersey.core</groupId>
    <artifactId>jersey-tck</artifactId>
    <version>4.0.0</version>
    <packaging>jar</packaging>

    <name>Jakarta RESTful WS Compliance for Jersey</name>
    <description>This test verifies the compliance of Eclipse Jersey with Jakarta REST</description>

    <properties>
        <maven.compiler.source>11</maven.compiler.source>
        <maven.compiler.target>11</maven.compiler.target>
        <jersey.version>4.0.0-M1</jersey.version> <!-- the public version that pass the tck -->
        <jersey.version>4.0.0-M1</jersey.version> <!-- the public version that pass the tck -->
        <tomcat.container.version>11.0.0-M18</tomcat.container.version>
        <tomcat.home>${project.build.directory}/apache-tomcat-${tomcat.container.version}</tomcat.home>
        <tomcat.modules>${tomcat.home}/lib</tomcat.modules>
        <jakarta.platform.version>10.0.0</jakarta.platform.version>
        <junit.jupiter.version>5.7.2</junit.jupiter.version>
        <jakarta.rest.version>4.0.0</jakarta.rest.version>
        <tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
        <tck.version>4.0.0</tck.version>
        <hk2.version>4.0.0-M1</hk2.version>
        <mimepull.version>1.9.15</mimepull.version>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.junit</groupId>
                <artifactId>junit-bom</artifactId>
                <version>${junit.jupiter.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.glassfish.jersey</groupId>
                <artifactId>jersey-bom</artifactId>
                <version>${jersey.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <repositories>
        <repository>
            <id>jakarta-snapshots</id>
            <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter</artifactId>
            <version>${junit.jupiter.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-core</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-jasper</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>org.jboss.arquillian.container</groupId>
            <artifactId>arquillian-tomcat-managed-10</artifactId>
            <version>1.2.1-SNAPSHOT</version>
        </dependency>

        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
            <version>3.0.0</version>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>jakarta.ws.rs</groupId>
            <artifactId>${tck.artifactId}</artifactId>
            <version>${tck.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>jakarta.ws.rs</groupId>
            <artifactId>jakarta.ws.rs-api</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest</artifactId>
            <version>2.2</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.arquillian.junit5</groupId>
            <artifactId>arquillian-junit5-container</artifactId>
            <version>1.7.0.Alpha10</version>
        </dependency>

        <dependency>
            <groupId>jakarta.platform</groupId>
            <artifactId>jakarta.jakartaee-api</artifactId>
            <version>${jakarta.platform.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.1</version>
        </dependency>

        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-server</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.containers</groupId>
            <artifactId>jersey-container-grizzly2-http</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-json-binding</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-jaxb</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
       <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-sse</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.media</groupId>
            <artifactId>jersey-media-multipart</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.glassfish.jersey.inject</groupId>
            <artifactId>jersey-hk2</artifactId>
            <version>${jersey.version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-catalina</artifactId>
            <version>${tomcat.container.version}</version>
        </dependency>

        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-osgi</artifactId>
            <version>4.0.0</version>
        </dependency>

        <dependency>
            <groupId>jakarta.json</groupId>
            <artifactId>jakarta.json-api</artifactId>
            <version>2.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.parsson</groupId>
            <artifactId>parsson</artifactId>
            <version>1.1.5</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.parsson</groupId>
            <artifactId>parsson-media</artifactId>
            <version>1.1.5</version>
        </dependency>

        <dependency>
            <groupId>jakarta.json.bind</groupId>
            <artifactId>jakarta.json.bind-api</artifactId>
            <version>3.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse</groupId>
            <artifactId>yasson</artifactId>
            <version>3.0.3</version>
        </dependency>

        <dependency>
            <groupId>jakarta.inject</groupId>
            <artifactId>jakarta.inject-api</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-api</artifactId>
            <version>${hk2.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>jakarta.inject</groupId>
                    <artifactId>jakarta.inject-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-locator</artifactId>
            <version>${hk2.version}</version>
        </dependency>
        <dependency>
            <groupId>org.glassfish.hk2</groupId>
            <artifactId>hk2-utils</artifactId>
            <version>${hk2.version}</version>
        </dependency>

        <dependency>
            <groupId>org.jvnet.mimepull</groupId>
            <artifactId>mimepull</artifactId>
            <version>${mimepull.version}</version>
        </dependency>

        <dependency>
            <groupId>jakarta.tck</groupId>
            <artifactId>sigtest-maven-plugin</artifactId>
            <version>2.2</version>
        </dependency>
        <dependency>
            <groupId>org.netbeans.tools</groupId>
            <artifactId>sigtest-maven-plugin</artifactId>
            <version>1.7</version>
        </dependency>

    </dependencies>


    <build>	    
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-dependency-plugin</artifactId>
            <version>3.2.0</version>
            <executions>
                <execution>
                    <id>unpack</id>
                    <phase>pre-integration-test</phase>
                    <goals>
                        <goal>unpack</goal>
                    </goals>
                    <configuration>
                        <artifactItems>
                            <artifactItem>
                                <groupId>org.apache.tomcat</groupId>
                                <artifactId>tomcat</artifactId>
                                <version>${tomcat.container.version}</version>
                                <type>zip</type>
                                <overWrite>false</overWrite>
                                <outputDirectory>${project.build.directory}</outputDirectory>
                            </artifactItem>
                        </artifactItems>
                    </configuration>
                </execution>
                <execution>
                    <id>copy</id>
                    <phase>pre-integration-test</phase>
                    <goals>
                        <goal>copy</goal>
                    </goals>
                    <configuration>
                        <artifactItems>
                            <artifactItem>
                                <groupId>jakarta.inject</groupId>
                                <artifactId>jakarta.inject-api</artifactId>
                                <version>2.0.1</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.inject-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.json</groupId>
                                <artifactId>jakarta.json-api</artifactId>
                                <version>2.1.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.json-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.xml.bind</groupId>
                                <artifactId>jakarta.xml.bind-api</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.xml.bind-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.activation</groupId>
                                <artifactId>jakarta.activation-api</artifactId>
                                <version>2.1.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.activation-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.json.bind</groupId>
                                <artifactId>jakarta.json.bind-api</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.json.bind-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>jakarta.validation</groupId>
                                <artifactId>jakarta.validation-api</artifactId>
                                <version>3.1.0-M1</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.validation-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>com.sun.xml.bind</groupId>
                                <artifactId>jaxb-osgi</artifactId>
                                <version>3.0.0</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jaxb-osgi.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse.parsson</groupId>
                                <artifactId>parsson</artifactId>
                                <version>1.1.5</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>parsson.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse.parsson</groupId>
                                <artifactId>parsson-media</artifactId>
                                <version>1.1.5</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>parsson-media.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.eclipse</groupId>
                                <artifactId>yasson</artifactId>
                                <version>3.0.3</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>yasson.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.jvnet.mimepull</groupId>
                                <artifactId>mimepull</artifactId>
                                <version>${mimepull.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>mimepull.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.javassist</groupId>
                                <artifactId>javassist</artifactId>
                                <version>3.29.2-GA</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>javassist.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-api</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-api.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-utils</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-utils.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.hk2</groupId>
                                <artifactId>hk2-locator</artifactId>
                                <version>${hk2.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>hk2-locator.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-client</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-client.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-server</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-server.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.core</groupId>
                                <artifactId>jersey-common</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-common.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-grizzly2-http</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-grizzly2-http.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-grizzly2-servlet</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-grizzly2-servlet.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-servlet-core</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-servlet-core.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.containers</groupId>
                                <artifactId>jersey-container-servlet</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-container-servlet.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-sse</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-sse.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-json-binding</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-json-binding.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-multipart</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-multipart.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-json-processing</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-json-processing.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.media</groupId>
                                <artifactId>jersey-media-jaxb</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-media-jaxb.jar</destFileName>
                            </artifactItem>
                            <artifactItem>
                                <groupId>org.glassfish.jersey.inject</groupId>
                                <artifactId>jersey-hk2</artifactId>
                                <version>${jersey.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jersey-hk2.jar</destFileName>
                            </artifactItem>

<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x-servlet</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x-servlet.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext.cdi</groupId>-->
<!--                                <artifactId>jersey-cdi1x-transaction</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-cdi1x-transaction.jar</destFileName>-->
<!--                            </artifactItem>-->
<!--                            <artifactItem>-->
<!--                                <groupId>org.glassfish.jersey.ext</groupId>-->
<!--                                <artifactId>jersey-bean-validation</artifactId>-->
<!--                                <version>${jersey.version}</version>-->
<!--                                <type>jar</type>-->
<!--                                <overWrite>true</overWrite>-->
<!--                                <outputDirectory>${tomcat.modules}</outputDirectory>-->
<!--                                <destFileName>jersey-bean-validation.jar</destFileName>-->
<!--                            </artifactItem>-->
                            <artifactItem>
                                <groupId>jakarta.ws.rs</groupId>
                                <artifactId>jakarta.ws.rs-api</artifactId>
                                <version>${jakarta.rest.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jakarta.ws.rs-api.jar</destFileName>
                            </artifactItem>

                            <artifactItem>
                                <groupId>org.apache.tomcat</groupId>
                                <artifactId>tomcat-jasper</artifactId>
                                <version>${tomcat.container.version}</version>
                                <type>jar</type>
                                <overWrite>true</overWrite>
                                <outputDirectory>${tomcat.modules}</outputDirectory>
                                <destFileName>jasper.jar</destFileName>
                            </artifactItem>
                        </artifactItems>
                    </configuration>
                </execution>
            </executions>
        </plugin>
        <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <version>3.0.0</version>
            <executions>
                <execution>
                    <id>override-users</id>
                    <phase>pre-integration-test</phase>
                    <configuration>
                        <target>
                            <copy todir="${basedir}/target/apache-tomcat-${tomcat.container.version}/conf" overwrite="true">
                                <fileset dir="${basedir}" includes="tomcat-users.xml"/>
                            </copy>
                            <copy todir="${basedir}/target/apache-tomcat-${tomcat.container.version}/conf" overwrite="true">
                                <fileset dir="${basedir}" includes="server.xml"/>
                            </copy>
                        </target>
                    </configuration>
                    <goals>
                        <goal>run</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
            <plugin>
                <artifactId>maven-failsafe-plugin</artifactId>
                <version>3.0.0-M5</version>
                <executions>
                    <execution>
                        <id>container-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <excludes>
                                <exclude>**/SeBootstrapIT.java</exclude>
                            </excludes>
<!--                            <includes>-->
<!--                                <include>**/JAXRSSigTestIT.java</include>-->
<!--&lt;!&ndash;                                <include>ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT.java</include>&ndash;&gt;-->
<!--                            </includes>-->
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                            <systemPropertyVariables>
                                <servlet_adaptor>org.glassfish.jersey.servlet.ServletContainer</servlet_adaptor>
                                <webServerHost>localhost</webServerHost>
                                <webServerPort>8080</webServerPort>
                                <junit.log.traceflag>true</junit.log.traceflag>
                                <user>j2ee</user>
                                <password>j2ee</password>
                                <authuser>javajoe</authuser>
                                <authpassword>javajoe</authpassword>
                                <porting.ts.url.class.1>ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
                                <jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
                                <optional.tech.packages.to.ignore>jakarta.xml.bind</optional.tech.packages.to.ignore>
                                <signature.sigTestClasspath>${tomcat.modules}/jakarta.ws.rs-api.jar${path.separator}${tomcat.modules}/jakarta.xml.bind-api.jar${path.separator}${project.build.directory}/jdk11-bundle/java.base${path.separator}${project.build.directory}/jdk11-bundle/java.rmi${path.separator}${project.build.directory}/jdk11-bundle/java.sql${path.separator}${project.build.directory}/jdk11-bundle/java.naming</signature.sigTestClasspath>
                            </systemPropertyVariables>
                            <environmentVariables>
                                <CATALINA_HOME>${project.basedir}/target/apache-tomcat-${tomcat.container.version}</CATALINA_HOME>
                            </environmentVariables>
                        </configuration>
                    </execution>
                    <execution>
                        <id>se-tests</id>
                        <goals>
                            <goal>integration-test</goal>
                            <goal>verify</goal>
                        </goals>
                        <configuration>
                            <skipTests>false</skipTests> <!-- Do not skip when the jersey-tck profile is on -->
                            <includes>
                                <include>**/SeBootstrapIT.java</include>
                            </includes>
                            <dependenciesToScan>jakarta.ws.rs:${tck.artifactId}</dependenciesToScan>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <profiles>
        <profile>
            <id>jersey-tck</id>
            <properties>
                <jersey.version>3.1.99-SNAPSHOT</jersey.version> <!-- When running the profile, use SNAPSHOT -->
            </properties>
        </profile>
    </profiles>
</project>
[INFO] Scanning for projects...
[WARNING] The requested profile "staging" could not be activated because it does not exist.
[INFO] 
[INFO] ----------------< org.glassfish.jersey.core:jersey-tck >----------------
[INFO] Building Jakarta RESTful WS Compliance for Jersey 4.0.0
[INFO]   from pom.tomcat.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] system modules path not set in conjunction with -source 11
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-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_EE11_TCK/live/TCK/EE11/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_EE11_TCK/live/TCK/EE11/jersey-tck/target/jersey-tck-4.0.0.jar
[INFO] 
[INFO] --- dependency:3.2.0:unpack (unpack) @ jersey-tck ---
[INFO] Configured Artifact: org.apache.tomcat:tomcat:11.0.0-M18:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/tomcat/tomcat/11.0.0-M18/tomcat-11.0.0-M18.zip to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.2.0:copy (copy) @ jersey-tck ---
[INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.1:jar
[INFO] Configured Artifact: jakarta.json:jakarta.json-api:2.1.3:jar
[INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:3.0.0:jar
[INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:2.1.3:jar
[INFO] Configured Artifact: jakarta.json.bind:jakarta.json.bind-api:3.0.0:jar
[INFO] Configured Artifact: jakarta.validation:jakarta.validation-api:3.1.0-M1:jar
[INFO] Configured Artifact: com.sun.xml.bind:jaxb-osgi:3.0.0:jar
[INFO] Configured Artifact: org.eclipse.parsson:parsson:1.1.5:jar
[INFO] Configured Artifact: org.eclipse.parsson:parsson-media:1.1.5:jar
[INFO] Configured Artifact: org.eclipse:yasson:3.0.3:jar
[INFO] Configured Artifact: org.jvnet.mimepull:mimepull:1.9.15:jar
[INFO] Configured Artifact: org.javassist:javassist:3.29.2-GA:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-api:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:4.0.0-M1:jar
[INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:4.0.0-M1:jar
[INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:4.0.0:jar
[INFO] Configured Artifact: org.apache.tomcat:tomcat-jasper:11.0.0-M18:jar
[INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.inject-api.jar
[INFO] Copying jakarta.json-api-2.1.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.json-api.jar
[INFO] Copying jakarta.xml.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar
[INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.activation-api.jar
[INFO] Copying jakarta.json.bind-api-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.json.bind-api.jar
[INFO] Copying jakarta.validation-api-3.1.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.validation-api.jar
[INFO] Copying jaxb-osgi-3.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jaxb-osgi.jar
[INFO] Copying parsson-1.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/parsson.jar
[INFO] Copying parsson-media-1.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/parsson-media.jar
[INFO] Copying yasson-3.0.3.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/yasson.jar
[INFO] Copying mimepull-1.9.15.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/mimepull.jar
[INFO] Copying javassist-3.29.2-GA.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/javassist.jar
[INFO] Copying hk2-api-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-api.jar
[INFO] Copying hk2-utils-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-utils.jar
[INFO] Copying hk2-locator-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/hk2-locator.jar
[INFO] Copying jersey-client-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-client.jar
[INFO] Copying jersey-server-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-server.jar
[INFO] Copying jersey-common-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-common.jar
[INFO] Copying jersey-container-grizzly2-http-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-grizzly2-http.jar
[INFO] Copying jersey-container-grizzly2-servlet-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-grizzly2-servlet.jar
[INFO] Copying jersey-container-servlet-core-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-servlet-core.jar
[INFO] Copying jersey-container-servlet-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-container-servlet.jar
[INFO] Copying jersey-media-sse-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-sse.jar
[INFO] Copying jersey-media-json-binding-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-json-binding.jar
[INFO] Copying jersey-media-multipart-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-multipart.jar
[INFO] Copying jersey-media-json-processing-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-json-processing.jar
[INFO] Copying jersey-media-jaxb-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-media-jaxb.jar
[INFO] Copying jersey-hk2-4.0.0-M1.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jersey-hk2.jar
[INFO] Copying jakarta.ws.rs-api-4.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar
[INFO] Copying tomcat-jasper-11.0.0-M18.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jasper.jar
[INFO] 
[INFO] --- antrun:3.0.0:run (override-users) @ jersey-tck ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- failsafe:3.0.0-M5:integration-test (container-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-21/21.0.2/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-21/21.0.2/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.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[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.jaxrs40.ee.rs.core.uriinfo 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.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.jaxrs31.ee.multipart 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.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.ee.resource.webappexception.defaultmapper 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.api.client.client.JAXRSClientIT
************************************************************
* props file set to "/tmp/jenkins-cts-props.txt"
************************************************************
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterClassMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterClassMapTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientConfigTest()
public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration()
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientConfigTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetPathTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetPathTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterObjectTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterObjectTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterClassTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterClassTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetQueryParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetQueryParamTest()
04-12-2024 09:48:43:STARTING TEST : targetWithStringIllegalArgumentExceptionTest()
04-12-2024 09:48:43:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs
04-12-2024 09:48:43:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs  as expected
04-12-2024 09:48:43:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest()
04-12-2024 09:48:43:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest()
04-12-2024 09:48:43:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:48:43:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetConfigTest()
public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyWebTarget.getConfiguration()
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetConfigTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetGetUriTest()
public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri()
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetGetUriTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetPropertyTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetPropertyTest()
04-12-2024 09:48:43:STARTING TEST : targetWithStringNullPointerExceptionTest()
04-12-2024 09:48:43:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:48:43:FINISHED TEST : targetWithStringNullPointerExceptionTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterClassWithContractsTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.lang.Class[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterClassWithContractsTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientTargetWithUriTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientTargetWithUriTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetGetUriBuilderTest()
public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder()
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetGetUriBuilderTest()
04-12-2024 09:48:43:STARTING TEST : targetWithUriNullPointerExceptionTest()
04-12-2024 09:48:43:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:48:43:FINISHED TEST : targetWithUriNullPointerExceptionTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterObjectTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterObjectTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRequestTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request()
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRequestTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
04-12-2024 09:48:43:STARTING TEST : targetLinkTest()
04-12-2024 09:48:43:FINISHED TEST : targetLinkTest()
04-12-2024 09:48:43:STARTING TEST : targetWithLinkNullPointerExceptionTest()
04-12-2024 09:48:43:NullPointerException was successfully thrown for null target as expected
04-12-2024 09:48:43:FINISHED TEST : targetWithLinkNullPointerExceptionTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest()
04-12-2024 09:48:43:STARTING TEST : targetUriBuilderTest()
04-12-2024 09:48:43:FINISHED TEST : targetUriBuilderTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterClassWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterClassTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterClassTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetMatrixParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetMatrixParamTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientInvocationWithLinkTest()
public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientInvocationWithLinkTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest()
04-12-2024 09:48: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-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterClassMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterClassMapTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientPropertyTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientPropertyTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterObjectWithMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterObjectWithMapTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientTargetWithLinkTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientTargetWithLinkTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[])
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientTargetWithUriBuilderTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientTargetWithUriBuilderTest()
04-12-2024 09:48:43:STARTING TEST : targetStringTest()
04-12-2024 09:48:43:FINISHED TEST : targetStringTest()
04-12-2024 09:48:43:STARTING TEST : closeOnClientTargetWithStringTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnClientTargetWithStringTest()
04-12-2024 09:48:43:STARTING TEST : invocationFromLinkExceptionNoLinkTest()
04-12-2024 09:48:43:NullPointerException successfully thrown when no link
04-12-2024 09:48:43:FINISHED TEST : invocationFromLinkExceptionNoLinkTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object)
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest()
04-12-2024 09:48:43:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) throws java.lang.NullPointerException
04-12-2024 09:48:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-12-2024 09:48:43:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest()
04-12-2024 09:48:43:STARTING TEST : targetUriTest()
04-12-2024 09:48:43:FINISHED TEST : targetUriTest()
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
04-12-2024 09:48:43:STARTING TEST : newClientWithConfigurationTest()
04-12-2024 09:48:43:FINISHED TEST : newClientWithConfigurationTest()
04-12-2024 09:48:43:STARTING TEST : newClientNoParamTest()
04-12-2024 09:48:43:FINISHED TEST : newClientNoParamTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
04-12-2024 09:48:43:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:48:44:Found expected substring: bean
04-12-2024 09:48:44:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:48:44:STARTING TEST : getDateNullTest()
04-12-2024 09:48:44:Found expected substring: NULL
04-12-2024 09:48:44:FINISHED TEST : getDateNullTest()
04-12-2024 09:48:44:STARTING TEST : getEntityTest()
04-12-2024 09:48:44:Found expected substring: test
04-12-2024 09:48:44:FINISHED TEST : getEntityTest()
04-12-2024 09:48:44:STARTING TEST : getEntityAnnotationsNullTest()
04-12-2024 09:48:44:Found expected substring: 0
04-12-2024 09:48:44:FINISHED TEST : getEntityAnnotationsNullTest()
04-12-2024 09:48:44:STARTING TEST : abortWithTest()
04-12-2024 09:48:44:Found expected status: 201
04-12-2024 09:48:44:FINISHED TEST : abortWithTest()
04-12-2024 09:48:44:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:44:Found expected substring: cts
04-12-2024 09:48:44:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:44:STARTING TEST : getStringHeadersTest()
04-12-2024 09:48:44:Found expected substring: text/html
04-12-2024 09:48:44:Found expected substring: cts
04-12-2024 09:48:44:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT
04-12-2024 09:48:44:FINISHED TEST : getStringHeadersTest()
04-12-2024 09:48:44:STARTING TEST : getMediaTypeTest()
04-12-2024 09:48:44:Found expected substring: application/x-www-form-urlencoded
04-12-2024 09:48:44:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:48:44:STARTING TEST : getEntityAnnotationsTest()
04-12-2024 09:48:44:Found expected substring: jakarta.ws.rs.ext.Provider
04-12-2024 09:48:44:FINISHED TEST : getEntityAnnotationsTest()
04-12-2024 09:48:44:STARTING TEST : getMethodTest()
04-12-2024 09:48:44:Found expected substring: OPTIONS
04-12-2024 09:48:44:Found expected substring: DELETE
04-12-2024 09:48:44:Found expected substring: GET
04-12-2024 09:48:44:Found expected substring: TRACE
04-12-2024 09:48:44:Found expected substring: PUT
04-12-2024 09:48:44:Found expected substring: POST
04-12-2024 09:48:44:FINISHED TEST : getMethodTest()
04-12-2024 09:48:44:STARTING TEST : setEntityTest()
04-12-2024 09:48:44:Counter is 1
04-12-2024 09:48:44:Counter is 2
04-12-2024 09:48:44:Found expected status: 200
04-12-2024 09:48:44:FINISHED TEST : setEntityTest()
04-12-2024 09:48:44:STARTING TEST : hasEntityTest()
04-12-2024 09:48:45:Found expected substring: false
04-12-2024 09:48:45:Found expected substring: true
04-12-2024 09:48:45:FINISHED TEST : hasEntityTest()
04-12-2024 09:48:45:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:48:45:Found expected substring: Accept
04-12-2024 09:48:45:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:48:45:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:48:45:STARTING TEST : getLanguageTest()
04-12-2024 09:48:45:Found expected substring: zh_tw
04-12-2024 09:48:45:FINISHED TEST : getLanguageTest()
04-12-2024 09:48:45:STARTING TEST : getDateTest()
04-12-2024 09:48:45:Found expected substring: Nov
04-12-2024 09:48:45:Found expected substring: 1994
04-12-2024 09:48:45:Found expected substring: 31
04-12-2024 09:48:45:FINISHED TEST : getDateTest()
04-12-2024 09:48:45:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-12-2024 09:48:45:Found expected substring: 0
04-12-2024 09:48:45:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-12-2024 09:48:45:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:48:45:Found expected substring: NULL
04-12-2024 09:48:45:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:48:45:STARTING TEST : getHeaderStringTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:48:45:STARTING TEST : getEntityClassTest()
04-12-2024 09:48:45:Found expected substring: java.io.ByteArrayInputStream
04-12-2024 09:48:45:FINISHED TEST : getEntityClassTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableLanguagesByWeightsTest()
04-12-2024 09:48:45:Found expected substring: da
04-12-2024 09:48:45:Found expected substring: gb
04-12-2024 09:48:45:Found expected substring: us
04-12-2024 09:48:45:FINISHED TEST : getAcceptableLanguagesByWeightsTest()
04-12-2024 09:48:45:STARTING TEST : getCookiesIsImmutableTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getCookiesIsImmutableTest()
04-12-2024 09:48:45:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:48:45:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:48:45:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:48:45:Found expected substring: PROPERTY1
04-12-2024 09:48:45:Found expected substring: PROPERTY2
04-12-2024 09:48:45:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableMediaTypesTest()
04-12-2024 09:48:45:Found expected substring: text/*
04-12-2024 09:48:45:Found expected substring: text/html
04-12-2024 09:48:45:Found expected substring: */*
04-12-2024 09:48:45:FINISHED TEST : getAcceptableMediaTypesTest()
04-12-2024 09:48:45:STARTING TEST : getHeadersTest()
04-12-2024 09:48:45:Found expected substring: Accept
04-12-2024 09:48:45:Found expected substring: Date
04-12-2024 09:48:45:Found expected substring: tck
04-12-2024 09:48:45:FINISHED TEST : getHeadersTest()
04-12-2024 09:48:45:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:48:45:Found expected substring: NULL
04-12-2024 09:48:45:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:48:45:STARTING TEST : getEntityClassListStringTest()
04-12-2024 09:48:45:Found expected substring: java.util.ArrayList
04-12-2024 09:48:45:FINISHED TEST : getEntityClassListStringTest()
04-12-2024 09:48:45:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-12-2024 09:48:45:Found expected substring: cts
04-12-2024 09:48:45:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-12-2024 09:48:45:STARTING TEST : getClientTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getClientTest()
04-12-2024 09:48:45:STARTING TEST : getUriTest()
04-12-2024 09:48:45:Found expected substring: http://localhost:8080/404URL/
04-12-2024 09:48:45:FINISHED TEST : getUriTest()
04-12-2024 09:48:45:STARTING TEST : getSetPropertyTest()
04-12-2024 09:48:45:Found expected substring: value
04-12-2024 09:48:45:FINISHED TEST : getSetPropertyTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableLanguagesTest()
04-12-2024 09:48:45:Found expected substring: fr_CA
04-12-2024 09:48:45:Found expected substring: zh_CN
04-12-2024 09:48:45:FINISHED TEST : getAcceptableLanguagesTest()
04-12-2024 09:48:45:STARTING TEST : getMediaTypeIsNullTest()
04-12-2024 09:48:45:Found expected substring: NULL
04-12-2024 09:48:45:FINISHED TEST : getMediaTypeIsNullTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableMediaTypesIsImmutableTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest()
04-12-2024 09:48:45:STARTING TEST : getConfigurationTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getConfigurationTest()
04-12-2024 09:48:45:STARTING TEST : getAcceptableLanguagesIsImmutableTest()
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getAcceptableLanguagesIsImmutableTest()
04-12-2024 09:48:45:STARTING TEST : removePropertyTest()
04-12-2024 09:48:45:Found expected substring: NULL
04-12-2024 09:48:45:FINISHED TEST : removePropertyTest()
04-12-2024 09:48:45:STARTING TEST : getEntityNullTest()
04-12-2024 09:48:45:Found expected substring: NULL
04-12-2024 09:48:45:FINISHED TEST : getEntityNullTest()
04-12-2024 09:48:45:STARTING TEST : getEntityTypeListStringTest()
04-12-2024 09:48:45:Found expected substring: java.lang.String
04-12-2024 09:48:45:FINISHED TEST : getEntityTypeListStringTest()
04-12-2024 09:48:45:STARTING TEST : getCookiesTest()
04-12-2024 09:48:45:Found expected substring: cts
04-12-2024 09:48:45:Found expected substring: tck
04-12-2024 09:48:45:Found expected substring: jee
04-12-2024 09:48:45:FINISHED TEST : getCookiesTest()
04-12-2024 09:48:45:STARTING TEST : getPropertyNamesIsImmutableTest()
04-12-2024 09:48:45:getPropertyNames is immutable as expected
04-12-2024 09:48:45:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
04-12-2024 09:48:45:STARTING TEST : getLinksTest()
04-12-2024 09:48:45:Found #getLinks()={ http://localhost:8080/404URL/ }
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getLinksTest()
04-12-2024 09:48:45:STARTING TEST : getMediaTypeTest()
04-12-2024 09:48:45:Found expected MediaType.APPLICATION_SVG_XML_TYPE
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:48:45:STARTING TEST : getLinkTest()
04-12-2024 09:48:45:Found #getLink()= http://localhost:8080/404URL/
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getLinkTest()
04-12-2024 09:48:45:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:48:45:#getHeaders is mutable as expected
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:48:45:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:48:45:#hasLink has not found any link as expected
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:48:45:STARTING TEST : getHeaderStringIsCommaSeparatedTest()
04-12-2024 09:48:45:#getHeaderString is comma separated combination of value1 and value2 as expected
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getHeaderStringIsCommaSeparatedTest()
04-12-2024 09:48:45:STARTING TEST : getHeaderStringIsEmptyTest()
04-12-2024 09:48:45:#getHeaderString is empty string as expected
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getHeaderStringIsEmptyTest()
04-12-2024 09:48:45:STARTING TEST : getLanguageTest()
04-12-2024 09:48:45:Found #getLanguage()= fr_CA
04-12-2024 09:48:45:Found expected status: 200
04-12-2024 09:48:45:FINISHED TEST : getLanguageTest()
04-12-2024 09:48:45:STARTING TEST : getDateTest()
04-12-2024 09:48:46:Found #getDate()= Fri Apr 12 09:48:45 UTC 2024
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getDateTest()
04-12-2024 09:48:46:STARTING TEST : getHeaderStringIsNullTest()
04-12-2024 09:48:46:#getHeaderString is null as expected
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getHeaderStringIsNullTest()
04-12-2024 09:48:46:STARTING TEST : getHeaderStringTest()
04-12-2024 09:48:46:#getHeaderString is value1 as expected
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:48:46:STARTING TEST : setStatusInfoTest()
04-12-2024 09:48:46:Found expected status: 302
04-12-2024 09:48:46:FINISHED TEST : setStatusInfoTest()
04-12-2024 09:48:46:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:48:46:found methods: GET OPTIONS
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:48:46:STARTING TEST : getStatusTest()
04-12-2024 09:48:46:Found expected response status 222
04-12-2024 09:48:46:FINISHED TEST : getStatusTest()
04-12-2024 09:48:46:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:48:46:STARTING TEST : getEntityTagTest()
04-12-2024 09:48:46:Found #getEntityTag()= EntityTagValue
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getEntityTagTest()
04-12-2024 09:48:46:STARTING TEST : setEntityStreamTest()
04-12-2024 09:48:46:#setEntityStream( ENTITY ) set entity ENTITY
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:48:46:STARTING TEST : getHeadersTest()
04-12-2024 09:48:46:Found #getHeaders()={ header1 : value1 }
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getHeadersTest()
04-12-2024 09:48:46:STARTING TEST : getStatusInfoTest()
04-12-2024 09:48:46:Found expected response status 222
04-12-2024 09:48:46:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:48:46:STARTING TEST : setStatusTest()
04-12-2024 09:48:46:Found expected status: 403
04-12-2024 09:48:46:FINISHED TEST : setStatusTest()
04-12-2024 09:48:46:STARTING TEST : getLinkBuilderTest()
04-12-2024 09:48:46:Found #getLinkBuilder()= http://localhost:8080/404URL/
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getLinkBuilderTest()
04-12-2024 09:48:46:STARTING TEST : hasEntityWhenEntityTest()
04-12-2024 09:48:46:Found #hasEntity()=true
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : hasEntityWhenEntityTest()
04-12-2024 09:48:46:STARTING TEST : getLengthTest()
04-12-2024 09:48:46:Found #getLength()= 6
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getLengthTest()
04-12-2024 09:48:46:STARTING TEST : getLastModifiedTest()
04-12-2024 09:48:46:Found #getLastModified()= Fri Apr 12 09:48:46 UTC 2024
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:48:46:STARTING TEST : hasLinkWhenLinkTest()
04-12-2024 09:48:46:#hasLink has found the given link
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : hasLinkWhenLinkTest()
04-12-2024 09:48:46:STARTING TEST : getLocationTest()
04-12-2024 09:48:46:Found #getLocation= http://localhost:8080/404URL/
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getLocationTest()
04-12-2024 09:48:46:STARTING TEST : getCookiesTest()
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getCookiesTest()
04-12-2024 09:48:46:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:48:46:Found #hasEntity()=false
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:48:46:STARTING TEST : getEntityStreamTest()
04-12-2024 09:48:46:Found #getEntityStream()= ENTITY
04-12-2024 09:48:46:Found expected status: 200
04-12-2024 09:48:46:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
04-12-2024 09:48:46:STARTING TEST : jsonTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : jsonTest()
04-12-2024 09:48:46:STARTING TEST : xmlTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : xmlTest()
04-12-2024 09:48:46:STARTING TEST : formFormTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:FINISHED TEST : formFormTest()
04-12-2024 09:48:46:STARTING TEST : entityStringTest()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:FINISHED TEST : entityStringTest()
04-12-2024 09:48:46:STARTING TEST : textTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : textTest()
04-12-2024 09:48:46:STARTING TEST : entityVariantTest()
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:FINISHED TEST : entityVariantTest()
04-12-2024 09:48:46:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-12-2024 09:48:46:STARTING TEST : entityStringGetEntityTest()
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : entityStringGetEntityTest()
04-12-2024 09:48:46:STARTING TEST : htmlTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : htmlTest()
04-12-2024 09:48:46:STARTING TEST : entityVariantAnnotationsTest()
04-12-2024 09:48:46:string */* fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string */* fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string */* fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string */* de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string */* de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string */* de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xml de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/atom+xml de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/xhtml+xml de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/svg+xml de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/x-www-form-urlencoded de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string multipart/form-data de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/octet-stream de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/plain de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/xml de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/html de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string text/event-stream de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/json-patch+json de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json fr CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json de UTF-16
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:string application/merge-patch+json de CP1250
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream */* de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xml de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/atom+xml de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/xhtml+xml de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/svg+xml de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/x-www-form-urlencoded de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream multipart/form-data de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/octet-stream de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/plain de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/xml de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/html de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream text/event-stream de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/json-patch+json de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json fr CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json de UTF-16
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:inputstream application/merge-patch+json de CP1250
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable */* de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xml de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/atom+xml de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/xhtml+xml de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/svg+xml de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/x-www-form-urlencoded de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable multipart/form-data de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/octet-stream de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/plain de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/xml de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/html de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable text/event-stream de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/json-patch+json de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json fr CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json de UTF-16
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:serializable application/merge-patch+json de CP1250
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder */* de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xml de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/atom+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/xhtml+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/svg+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/x-www-form-urlencoded de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder multipart/form-data de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/octet-stream de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/plain de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/xml de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/html de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder text/event-stream de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/json-patch+json de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json fr CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json de UTF-16
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuilder application/merge-patch+json de CP1250
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer */* de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xml de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/atom+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/xhtml+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/svg+xml de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/x-www-form-urlencoded de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer multipart/form-data de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/octet-stream de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/plain de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/xml de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/html de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer text/event-stream de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/json-patch+json de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json fr UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json fr ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json fr CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language fr
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=fr, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json de UTF-16
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding UTF-16
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=UTF-16]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json de ISO-8859-2
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding ISO-8859-2
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=ISO-8859-2]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:stringbuffer application/merge-patch+json de CP1250
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Language de
04-12-2024 09:48:46:Sucessfully retrieved Encoding CP1250
04-12-2024 09:48:46:Sucessfully retrieved Variant Variant[mediaType=application/merge-patch+json, language=de, encoding=CP1250]
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:FINISHED TEST : entityVariantAnnotationsTest()
04-12-2024 09:48:46:STARTING TEST : entityMediaTypeGetEntityTest()
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : entityMediaTypeGetEntityTest()
04-12-2024 09:48:46:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-12-2024 09:48:46:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:46:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-12-2024 09:48:46:STARTING TEST : entityStringThrowsExceptionWhenNullTest()
04-12-2024 09:48:46:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:46:FINISHED TEST : entityStringThrowsExceptionWhenNullTest()
04-12-2024 09:48:46:STARTING TEST : formMultivaluedMapTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:FINISHED TEST : formMultivaluedMapTest()
04-12-2024 09:48:46:STARTING TEST : entityMediaTypeTest()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:FINISHED TEST : entityMediaTypeTest()
04-12-2024 09:48:46:STARTING TEST : entityMediaTypeAnnotationsTest()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType */*
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xml
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/atom+xml
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/svg+xml
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType multipart/form-data
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/octet-stream
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/plain
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/xml
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/html
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType text/event-stream
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/json-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:Found expected entity
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/merge-patch+json
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647)
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"})
04-12-2024 09:48:46:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-12-2024 09:48:46:FINISHED TEST : entityMediaTypeAnnotationsTest()
04-12-2024 09:48:46:STARTING TEST : xhtmlTest()
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected string
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected inputstream
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected serializable
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected stringbuilder
04-12-2024 09:48:46:Sucessfully retrieved MediaType application/xhtml+xml
04-12-2024 09:48:46:Found expected stringbuffer
04-12-2024 09:48:46:FINISHED TEST : xhtmlTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
04-12-2024 09:48:46:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:Returned unexpected response with status code 406
04-12-2024 09:48:46:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:STARTING TEST : submitInvocationCallbackTest()
04-12-2024 09:48:46:Found expected GET
04-12-2024 09:48:46:FINISHED TEST : submitInvocationCallbackTest()
04-12-2024 09:48:46:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:Response cotains expected status Not Acceptable
04-12-2024 09:48:46:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:STARTING TEST : invokeGenericTypeTest()
04-12-2024 09:48:46:Found expected GET
04-12-2024 09:48:46:FINISHED TEST : invokeGenericTypeTest()
04-12-2024 09:48:46:STARTING TEST : invokePlainTest()
04-12-2024 09:48:46:Found expected GET
04-12-2024 09:48:46:FINISHED TEST : invokePlainTest()
04-12-2024 09:48:46:STARTING TEST : submitStringThrowsProcessingExceptionTest()
04-12-2024 09:48:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:48:46:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:48:46:FINISHED TEST : submitStringThrowsProcessingExceptionTest()
04-12-2024 09:48:46:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:Response cotains expected status Not Acceptable
04-12-2024 09:48:46:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:STARTING TEST : submitPlainTest()
04-12-2024 09:48:46:Found expected GET
04-12-2024 09:48:46:FINISHED TEST : submitPlainTest()
04-12-2024 09:48:46:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:48:46:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:48:46:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:46:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:Response cotains expected status Not Acceptable
04-12-2024 09:48:46:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:46:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:48:47:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:48:47:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitPlainThrowsProcessingExceptionTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:48:47:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:48:47:FINISHED TEST : submitPlainThrowsProcessingExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:WebApplicationException has been thrown
04-12-2024 09:48:47:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:48:47:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:48:47:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:48:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:48:47:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-12-2024 09:48:47:Found expected status code 406
04-12-2024 09:48:47:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeGenericTypeThrowsExceptionTest()
04-12-2024 09:48:47:ProcessingException has been thrown
04-12-2024 09:48:47:FINISHED TEST : invokeGenericTypeThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeThrowsExceptionTest()
04-12-2024 09:48:47:ProcessingException has been thrown
04-12-2024 09:48:47:FINISHED TEST : invokeThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:WebApplicationException has been thrown
04-12-2024 09:48:47:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeClassTest()
04-12-2024 09:48:47:Found expected POST
04-12-2024 09:48:47:Found expected invokeClassTest
04-12-2024 09:48:47:FINISHED TEST : invokeClassTest()
04-12-2024 09:48:47:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:47:Response return code is 406 as expected
04-12-2024 09:48:47:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeClassThrowsExceptionTest()
04-12-2024 09:48:47:ProcessingException has been thrown
04-12-2024 09:48:47:FINISHED TEST : invokeClassThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:47:Response return code is 406 as expected
04-12-2024 09:48:47:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitClassTest()
04-12-2024 09:48:47:Found expected POST
04-12-2024 09:48:47:Found expected submitClassTest
04-12-2024 09:48:47:FINISHED TEST : submitClassTest()
04-12-2024 09:48:47:STARTING TEST : submitStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:48:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:48:47:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest()
04-12-2024 09:48:47:STARTING TEST : submitGenericTypeTest()
04-12-2024 09:48:47:Found expected POST
04-12-2024 09:48:47:Found expected submitGenericTypeTest
04-12-2024 09:48:47:FINISHED TEST : submitGenericTypeTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : completedTest()
04-12-2024 09:48:47:Found expected get
04-12-2024 09:48:47:InvocationCallback#completed has been called as expected
04-12-2024 09:48:47:FINISHED TEST : completedTest()
04-12-2024 09:48:47:STARTING TEST : failedTest()
04-12-2024 09:48:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-12-2024 09:48:47:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:48:47:InvocationCallback#failed has been called as expected
04-12-2024 09:48:47:FINISHED TEST : failedTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-12-2024 09:48:47:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithNullThrowableTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:FINISHED TEST : constructorWithNullThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:getCause contains expected java.io.IOException: JAXRS TCK exception
04-12-2024 09:48:47:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:FINISHED TEST : constructorWithNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:48:47:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:getCause contains expected java.io.IOException: JAXRS TCK exception
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:48:47:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:48:47:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithNotNullMessageTest()
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-12-2024 09:48:47:FINISHED TEST : constructorWithNotNullMessageTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:48:47:getCause contains expected java.io.IOException: TCK exception
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message TCK exception
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:FINISHED TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorWithRuntimeExceptionTest()
04-12-2024 09:48:47:getCause contains expected java.lang.IllegalStateException: TCK exception
04-12-2024 09:48:47:ResponseProcessingException#getMesaage contains expected message TCK exception
04-12-2024 09:48:47:response contains expected Expectation Failed status
04-12-2024 09:48:47:FINISHED TEST : constructorWithRuntimeExceptionTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanTrueTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521
04-12-2024 09:48:47:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanTrueTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamThrowsNPEOnNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'.
04-12-2024 09:48:47:FINISHED TEST : matrixParamThrowsNPEOnNameTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanFalseTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521
04-12-2024 09:48:47:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanFalseTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamOnTwoSegmentsTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2
04-12-2024 09:48:47:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params
04-12-2024 09:48:47:FINISHED TEST : matrixParamOnTwoSegmentsTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanNullMapTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest()
04-12-2024 09:48:47:STARTING TEST : getUriBuilderTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:48:47:FINISHED TEST : getUriBuilderTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3
04-12-2024 09:48:47:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params
04-12-2024 09:48:47:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-12-2024 09:48:47:STARTING TEST : queryParamNullValueTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/path/path2
04-12-2024 09:48:47:#paramName(name, null) removed values as expected
04-12-2024 09:48:47:FINISHED TEST : queryParamNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesNullNameTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0]
04-12-2024 09:48:47:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-12-2024 09:48:47:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-12-2024 09:48:47:STARTING TEST : requestNoArgTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:Found expected */*
04-12-2024 09:48:47:FINISHED TEST : requestNoArgTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-12-2024 09:48:47:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:STARTING TEST : requestMediaTypeTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:Found expected application/atom+xml
04-12-2024 09:48:47:Found expected application/json
04-12-2024 09:48:47:Found expected text/xml
04-12-2024 09:48:47:FINISHED TEST : requestMediaTypeTest()
04-12-2024 09:48:47:STARTING TEST : queryParamThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0]
04-12-2024 09:48:47:FINISHED TEST : queryParamThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanTrueTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521
04-12-2024 09:48:47:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanTrueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesNullValueTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamTest()
04-12-2024 09:48:47:Found expected ;matrix=arg1
04-12-2024 09:48:47:Found expected ;matrix=arg2
04-12-2024 09:48:47:Found expected ;matrix=arg3
04-12-2024 09:48:47:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params
04-12-2024 09:48:47:FINISHED TEST : matrixParamTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:STARTING TEST : queryParamThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-12-2024 09:48:47:FINISHED TEST : queryParamThrowsNPEOnNullNameTest()
04-12-2024 09:48:47:STARTING TEST : requestStringTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:Found expected application/atom+xml
04-12-2024 09:48:47:Found expected application/json
04-12-2024 09:48:47:Found expected text/xml
04-12-2024 09:48:47:FINISHED TEST : requestStringTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-12-2024 09:48:47:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:48:47:STARTING TEST : getUriBuilderIsDetachedTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:48:47:FINISHED TEST : getUriBuilderIsDetachedTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/lane
04-12-2024 09:48:47:URI http://cts.tck:888/resource/lane contains given path parameter
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanFalseTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-12-2024 09:48:47:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanFalseTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest()
04-12-2024 09:48:47:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest()
04-12-2024 09:48:47:STARTING TEST : getUriTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource
04-12-2024 09:48:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-12-2024 09:48:47:FINISHED TEST : getUriTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-12-2024 09:48:47:#pathParams returned the same traget wehn empty as expected
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-12-2024 09:48:47:STARTING TEST : pathTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/a/b/c/d/e
04-12-2024 09:48:47:URI http://cts.tck:888/resource/a/b/c/d/e contains given path
04-12-2024 09:48:47:FINISHED TEST : pathTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-12-2024 09:48:47:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-12-2024 09:48:47:FINISHED TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesNullMapTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesNullMapTest()
04-12-2024 09:48:47:STARTING TEST : resolveTemplatesTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-12-2024 09:48:47:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-12-2024 09:48:47:FINISHED TEST : resolveTemplatesTest()
04-12-2024 09:48:47:STARTING TEST : pathThrowsNPEOnNullTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'.
04-12-2024 09:48:47:FINISHED TEST : pathThrowsNPEOnNullTest()
04-12-2024 09:48:47:STARTING TEST : queryParamTest()
04-12-2024 09:48:47:Found expected http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3
04-12-2024 09:48:47:URI http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 contains given query parameter
04-12-2024 09:48:47:FINISHED TEST : queryParamTest()
04-12-2024 09:48:47:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1]
04-12-2024 09:48:47:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorTest()
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:FINISHED TEST : constructorTest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringRequestThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:47:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringTest()
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:47:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringRequestThrowableTest()
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK BadRequestException description
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:response contains expected Bad Request status
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:FINISHED TEST : constructorStringRequestThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:47:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-12-2024 09:48:47:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-12-2024 09:48:47:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest()
04-12-2024 09:48:47:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:Found expected http Host header
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:47:STARTING TEST : constructorStatusTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:FINISHED TEST : constructorStatusTest()
04-12-2024 09:48:47:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:47:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:47:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorIntTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:FINISHED TEST : constructorIntTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorStringIntTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:48:47:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:47:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 999
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:47:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:found expected getMessage()= TCK ClientErrorException description
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringStatusNullThrowsIAETest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:47:FINISHED TEST : constructorStringStatusNullThrowsIAETest()
04-12-2024 09:48:47:STARTING TEST : constructorIntThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:FINISHED TEST : constructorIntThrowableTest()
04-12-2024 09:48:47:STARTING TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-12-2024 09:48:47:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:47:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:47:STARTING TEST : constructorStatusThrowableTest()
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Bad Request
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unauthorized
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Payment Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Forbidden
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Found
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Method Not Allowed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Not Acceptable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Proxy Authentication Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Timeout
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Conflict
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Gone
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Length Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Entity Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request-URI Too Long
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unsupported Media Type
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Requested Range Not Satisfiable
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Expectation Failed
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Precondition Required
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Too Many Requests
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Request Header Fields Too Large
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.io.IOException
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Error
04-12-2024 09:48:47:Response of the exception contains expected status Unavailable For Legal Reasons
04-12-2024 09:48:47:getCause contains expected java.lang.Throwable
04-12-2024 09:48:47:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:FINISHED TEST : constructorTest()
04-12-2024 09:48:47:STARTING TEST : keySetTest()
04-12-2024 09:48:47:#keySet returns correct values
04-12-2024 09:48:47:FINISHED TEST : keySetTest()
04-12-2024 09:48:47:STARTING TEST : addAllThrowsNPETest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null.
04-12-2024 09:48:47:FINISHED TEST : addAllThrowsNPETest()
04-12-2024 09:48:47:STARTING TEST : addNullValuesTest()
04-12-2024 09:48:47:Given key key2 does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:Given key key3 does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:FINISHED TEST : addNullValuesTest()
04-12-2024 09:48:47:STARTING TEST : putSingleNullValueTest()
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:#putSingle(key, null) did replaced the values as expected
04-12-2024 09:48:47:FINISHED TEST : putSingleNullValueTest()
04-12-2024 09:48:47:STARTING TEST : entrySetTest()
04-12-2024 09:48:47:#entrySet() has correct values
04-12-2024 09:48:47:FINISHED TEST : entrySetTest()
04-12-2024 09:48:47:STARTING TEST : clearTest()
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:FINISHED TEST : clearTest()
04-12-2024 09:48:47:STARTING TEST : addTest()
04-12-2024 09:48:47:Found key key2 with following values:
04-12-2024 09:48:47:value4 value5
04-12-2024 09:48:47:FINISHED TEST : addTest()
04-12-2024 09:48:47:STARTING TEST : containsKeyTest()
04-12-2024 09:48:47:#containsKey found non-null key and also the null key
04-12-2024 09:48:47:FINISHED TEST : containsKeyTest()
04-12-2024 09:48:47:STARTING TEST : putAllTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key2 with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:#putAll() put all the values of both keys
04-12-2024 09:48:47:FINISHED TEST : putAllTest()
04-12-2024 09:48:47:STARTING TEST : isEmptyTest()
04-12-2024 09:48:47:#isEmpty returns correct values
04-12-2024 09:48:47:FINISHED TEST : isEmptyTest()
04-12-2024 09:48:47:STARTING TEST : putTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:#put() put the value
04-12-2024 09:48:47:FINISHED TEST : putTest()
04-12-2024 09:48:47:STARTING TEST : addFirstNullTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:FINISHED TEST : addFirstNullTest()
04-12-2024 09:48:47:STARTING TEST : getTest()
04-12-2024 09:48:47:#get() is sucessfull
04-12-2024 09:48:47:FINISHED TEST : getTest()
04-12-2024 09:48:47:STARTING TEST : addFirstTest()
04-12-2024 09:48:47:Found first item value4
04-12-2024 09:48:47:FINISHED TEST : addFirstTest()
04-12-2024 09:48:47:STARTING TEST : putSingleTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value5
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:#putSingle() sucessfully replaced the values by a new one
04-12-2024 09:48:47:FINISHED TEST : putSingleTest()
04-12-2024 09:48:47:STARTING TEST : addAllListNullValuesTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value4
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:FINISHED TEST : addAllListNullValuesTest()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:#equals() is delegated to underlaying map
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : addAllListThrowsNPETest()
04-12-2024 09:48:47:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null.
04-12-2024 09:48:47:FINISHED TEST : addAllListThrowsNPETest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
04-12-2024 09:48:47:#toString returned {key=[value1, value2, value3]}
04-12-2024 09:48:47:FINISHED TEST : toStringTest()
04-12-2024 09:48:47:STARTING TEST : sizeTest()
04-12-2024 09:48:47:#size() returns correct values
04-12-2024 09:48:47:FINISHED TEST : sizeTest()
04-12-2024 09:48:47:STARTING TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:48:47:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected
04-12-2024 09:48:47:FINISHED TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:48:47:STARTING TEST : addAllEmptyValuesTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:FINISHED TEST : addAllEmptyValuesTest()
04-12-2024 09:48:47:STARTING TEST : removeTest()
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key2 with following values:
04-12-2024 09:48:47:value4
04-12-2024 09:48:47:#removeTest(key) removed the correct key and the value as expected
04-12-2024 09:48:47:FINISHED TEST : removeTest()
04-12-2024 09:48:47:STARTING TEST : addAllNullValuesTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value4
04-12-2024 09:48:47:Given key key does not contain following values as expected:
04-12-2024 09:48:47:null
04-12-2024 09:48:47:FINISHED TEST : addAllNullValuesTest()
04-12-2024 09:48:47:STARTING TEST : hashCodeTest()
04-12-2024 09:48:47:#hashCode() is delegated to underlaying map
04-12-2024 09:48:47:FINISHED TEST : hashCodeTest()
04-12-2024 09:48:47:STARTING TEST : addNullKeyTest()
04-12-2024 09:48:47:Found key null with following values:
04-12-2024 09:48:47:value4
04-12-2024 09:48:47:FINISHED TEST : addNullKeyTest()
04-12-2024 09:48:47:STARTING TEST : addAllValuesTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value4 value5
04-12-2024 09:48:47:FINISHED TEST : addAllValuesTest()
04-12-2024 09:48:47:STARTING TEST : addAllListEmptyValuesTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:FINISHED TEST : addAllListEmptyValuesTest()
04-12-2024 09:48:47:STARTING TEST : valuesTest()
04-12-2024 09:48:47:#values returned 2 lists
04-12-2024 09:48:47:FINISHED TEST : valuesTest()
04-12-2024 09:48:47:STARTING TEST : containsValueTest()
04-12-2024 09:48:47:#containsValue() found list of items as expected
04-12-2024 09:48:47:FINISHED TEST : containsValueTest()
04-12-2024 09:48:47:STARTING TEST : addAllListTest()
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value1 value2 value3
04-12-2024 09:48:47:Found key key with following values:
04-12-2024 09:48:47:value4 value5
04-12-2024 09:48:47:FINISHED TEST : addAllListTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : valueOfTest()
04-12-2024 09:48:47:FINISHED TEST : valueOfTest()
04-12-2024 09:48:47:STARTING TEST : noStoreTest()
04-12-2024 09:48:47:FINISHED TEST : noStoreTest()
04-12-2024 09:48:47:STARTING TEST : valueOfTest1()
04-12-2024 09:48:47:FINISHED TEST : valueOfTest1()
04-12-2024 09:48:47:STARTING TEST : revalidateTest()
04-12-2024 09:48:47:FINISHED TEST : revalidateTest()
04-12-2024 09:48:47:STARTING TEST : maxAgeTest()
04-12-2024 09:48:47:FINISHED TEST : maxAgeTest()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : getExtensionTest()
04-12-2024 09:48:47:FINISHED TEST : getExtensionTest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
04-12-2024 09:48:47:FINISHED TEST : toStringTest()
04-12-2024 09:48:47:STARTING TEST : noCacheTest()
04-12-2024 09:48:47:FINISHED TEST : noCacheTest()
04-12-2024 09:48:47:STARTING TEST : noTransformTest()
04-12-2024 09:48:47:FINISHED TEST : noTransformTest()
04-12-2024 09:48:47:STARTING TEST : sMaxAgeTest()
04-12-2024 09:48:47:FINISHED TEST : sMaxAgeTest()
04-12-2024 09:48:47:STARTING TEST : proxyRevalidateTest()
04-12-2024 09:48:47:FINISHED TEST : proxyRevalidateTest()
04-12-2024 09:48:47:STARTING TEST : emptyConstructorTest()
04-12-2024 09:48:47:FINISHED TEST : emptyConstructorTest()
04-12-2024 09:48:47:STARTING TEST : privateTest()
04-12-2024 09:48:47:FINISHED TEST : privateTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-12-2024 09:48:47:STARTING TEST : registerClassContractsTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:FINISHED TEST : registerClassContractsTest()
04-12-2024 09:48:47:STARTING TEST : registerFeatureInstanceReturningFalseTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:FINISHED TEST : registerFeatureInstanceReturningFalseTest()
04-12-2024 09:48:47:STARTING TEST : registerFeatureClassReturningFalseTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:Found 1 features
04-12-2024 09:48:47:FINISHED TEST : registerFeatureClassReturningFalseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : isRegisteredProviderRegisteredClassTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found registered CallableProvider1 as expected on Client configuration
04-12-2024 09:48:47:Found registered CallableProvider2 as expected on WebTarget configuration
04-12-2024 09:48:47:Found registered CallableProvider1 as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : isRegisteredProviderRegisteredClassTest()
04-12-2024 09:48:47:STARTING TEST : getRuntimeTypeTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getRuntimeType() is CLIENT as expected on Client configuration
04-12-2024 09:48:47:#getRuntimeType() is CLIENT as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : getRuntimeTypeTest()
04-12-2024 09:48:47:STARTING TEST : getContractsTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration
04-12-2024 09:48:47:Found expected priority 124
04-12-2024 09:48:47:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration
04-12-2024 09:48:47:Found expected priority 124
04-12-2024 09:48:47:FINISHED TEST : getContractsTest()
04-12-2024 09:48:47:STARTING TEST : getContractsIsNeverNullTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getContracts() is not null as expected on Client configuration
04-12-2024 09:48:47:#getContracts() is not null as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : getContractsIsNeverNullTest()
04-12-2024 09:48:47:STARTING TEST : getClassesIsNeverNullTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getClasses() is not null as expected on Client configuration
04-12-2024 09:48:47:#getClasses() is not null as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : getClassesIsNeverNullTest()
04-12-2024 09:48:47:STARTING TEST : getClassesTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1 providers
04-12-2024 09:48:47:Found 2 providers
04-12-2024 09:48:47:FINISHED TEST : getClassesTest()
04-12-2024 09:48:47:STARTING TEST : getInstancesIsImmutableTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 0 providers
04-12-2024 09:48:47:Found 0 providers
04-12-2024 09:48:47:FINISHED TEST : getInstancesIsImmutableTest()
04-12-2024 09:48:47:STARTING TEST : getPropertiesIsImmutableTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1  properties
04-12-2024 09:48:47:Found 2  properties
04-12-2024 09:48:47:FINISHED TEST : getPropertiesIsImmutableTest()
04-12-2024 09:48:47:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1 properties
04-12-2024 09:48:47:Found 2 properties
04-12-2024 09:48:47:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:48:47:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getProperty('nonexisting') is null as expected
04-12-2024 09:48:47:#getProperty('nonexisting') is null as expected
04-12-2024 09:48:47:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:48:47:STARTING TEST : getPropertyTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found property0
04-12-2024 09:48:47:Found property1
04-12-2024 09:48:47:FINISHED TEST : getPropertyTest()
04-12-2024 09:48:47:STARTING TEST : getInstancesIsNeverNullTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:#getInstances() is not null as expected on Client configuration
04-12-2024 09:48:47:#getInstances() is not null as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : getInstancesIsNeverNullTest()
04-12-2024 09:48:47:STARTING TEST : getPropertiesTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1 properties
04-12-2024 09:48:47:Found 2 properties
04-12-2024 09:48:47:FINISHED TEST : getPropertiesTest()
04-12-2024 09:48:47:STARTING TEST : getClassesIsImmutableTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 0 providers
04-12-2024 09:48:47:Found 0 providers
04-12-2024 09:48:47:Found 0 providers
04-12-2024 09:48:47:FINISHED TEST : getClassesIsImmutableTest()
04-12-2024 09:48:47:STARTING TEST : getInstancesTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1 providers
04-12-2024 09:48:47:Found 2 providers
04-12-2024 09:48:47:FINISHED TEST : getInstancesTest()
04-12-2024 09:48:47:STARTING TEST : isRegisteredProviderRegisteredInstanceTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found registered CallableProvider1 as expected on Client configuration
04-12-2024 09:48:47:Found registered CallableProvider2 as expected on WebTarget configuration
04-12-2024 09:48:47:Found registered CallableProvider1 as expected on WebTarget configuration
04-12-2024 09:48:47:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest()
04-12-2024 09:48:47:STARTING TEST : getPropertyNamesIsImmutableTest()
04-12-2024 09:48:47:Already registered 0 classes
04-12-2024 09:48:47:Already registered 0 instances
04-12-2024 09:48:47:Already registered 0 properties
04-12-2024 09:48:47:Found 1  properties
04-12-2024 09:48:47:Found 2  properties
04-12-2024 09:48:47:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : parseTest1()
04-12-2024 09:48:47:FINISHED TEST : parseTest1()
04-12-2024 09:48:47:STARTING TEST : parseTest2()
04-12-2024 09:48:47:FINISHED TEST : parseTest2()
04-12-2024 09:48:47:STARTING TEST : parseTest3()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:47:FINISHED TEST : parseTest3()
04-12-2024 09:48:47:STARTING TEST : constructorTest1()
04-12-2024 09:48:47:FINISHED TEST : constructorTest1()
04-12-2024 09:48:47:STARTING TEST : constructorTest2()
04-12-2024 09:48:47:FINISHED TEST : constructorTest2()
04-12-2024 09:48:47:STARTING TEST : constructorTest3()
04-12-2024 09:48:47:FINISHED TEST : constructorTest3()
04-12-2024 09:48:47:STARTING TEST : constructorTest4()
04-12-2024 09:48:47:FINISHED TEST : constructorTest4()
04-12-2024 09:48:47:STARTING TEST : constructorTest5()
04-12-2024 09:48:47:FINISHED TEST : constructorTest5()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
04-12-2024 09:48:47:FINISHED TEST : toStringTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : valueOfTest()
04-12-2024 09:48:47:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:47:FINISHED TEST : valueOfTest()
04-12-2024 09:48:47:STARTING TEST : valueOfTest1()
04-12-2024 09:48:47:FINISHED TEST : valueOfTest1()
04-12-2024 09:48:47:STARTING TEST : constructorTest1()
04-12-2024 09:48:47:FINISHED TEST : constructorTest1()
04-12-2024 09:48:47:STARTING TEST : constructorTest2()
04-12-2024 09:48:47:FINISHED TEST : constructorTest2()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
"cts test Strong EntityTag test".
W/"cts test Weak EntityTag test".

04-12-2024 09:48:47:FINISHED TEST : toStringTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorMultivaluedMapArgTest()
04-12-2024 09:48:47:Form instance with MultivaluedMap argument sucessfully created
04-12-2024 09:48:47:FINISHED TEST : constructorMultivaluedMapArgTest()
04-12-2024 09:48:47:STARTING TEST : constructorStringArgsTest()
04-12-2024 09:48:47:Form instance with String arguments sucessfully created
04-12-2024 09:48:47:FINISHED TEST : constructorStringArgsTest()
04-12-2024 09:48:47:STARTING TEST : paramTest()
04-12-2024 09:48:47:Form instance created
04-12-2024 09:48:47: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.genericentity.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : getEntityTest()
04-12-2024 09:48:47:Entity has been retrieved
04-12-2024 09:48:47:FINISHED TEST : getEntityTest()
04-12-2024 09:48:47:STARTING TEST : singleArgumentConstructorTest()
04-12-2024 09:48:47:Expected IllegalArgumentException thrown: The entity must not be null
04-12-2024 09:48:47:GenericEntity<Map<String, List<Long>>> instance created
04-12-2024 09:48:47:FINISHED TEST : singleArgumentConstructorTest()
04-12-2024 09:48:47:STARTING TEST : constructorWith1ArgTest()
04-12-2024 09:48:47:GenericEntity<List<String>>(List) instance created
04-12-2024 09:48:47:FINISHED TEST : constructorWith1ArgTest()
04-12-2024 09:48:47:STARTING TEST : constructorWith2ArgsTest()
04-12-2024 09:48:47:GenericEntity<List<String>>(List, Type) instance created
04-12-2024 09:48:47:FINISHED TEST : constructorWith2ArgsTest()
04-12-2024 09:48:47:STARTING TEST : constructorTest1()
04-12-2024 09:48:47:Expected IllegalArgumentException thrown: Arguments must not be null.
04-12-2024 09:48:47:FINISHED TEST : constructorTest1()
04-12-2024 09:48:47:STARTING TEST : constructorTest2()
04-12-2024 09:48:47:Expected IllegalArgumentException thrown: Arguments must not be null.
04-12-2024 09:48:47:FINISHED TEST : constructorTest2()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:The tested GenericEntity<TreeSet<String>> instances are equal
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
04-12-2024 09:48:47:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet<java.lang.String>}
04-12-2024 09:48:47:FINISHED TEST : toStringTest()
04-12-2024 09:48:47:STARTING TEST : getTypeTest()
04-12-2024 09:48:47:Test passed.  getType return correctly: java.util.List<java.lang.String>
getType return correctly: java.util.List<java.lang.String>
04-12-2024 09:48:47:FINISHED TEST : getTypeTest()
04-12-2024 09:48:47:STARTING TEST : hashCodeTest()
04-12-2024 09:48:47:Both GenericEntity instances have the same hashCode()
04-12-2024 09:48:47:FINISHED TEST : hashCodeTest()
04-12-2024 09:48:47:STARTING TEST : getRawTypeTest()
04-12-2024 09:48:47:Test passed. getType return correctly: class java.util.ArrayList
getType return correctly: class java.util.ArrayList
04-12-2024 09:48:47:FINISHED TEST : getRawTypeTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : constructorWithTypeTest()
04-12-2024 09:48:47:Succesfully created GenericType<ArrayList<String>>(Type) instance
04-12-2024 09:48:47:FINISHED TEST : constructorWithTypeTest()
04-12-2024 09:48:47:STARTING TEST : constructorProtectedTest()
04-12-2024 09:48:47:Succesfully created GenericType<TreeSet<String>>(){} instance
04-12-2024 09:48:47:FINISHED TEST : constructorProtectedTest()
04-12-2024 09:48:47:STARTING TEST : equalsTest()
04-12-2024 09:48:47:The tested GenericType<TreeSet<String>> instances are equal
04-12-2024 09:48:47:FINISHED TEST : equalsTest()
04-12-2024 09:48:47:STARTING TEST : toStringTest()
04-12-2024 09:48:47:Both GenericType instances have the same toString() GenericType{java.util.TreeSet<java.lang.String>}
04-12-2024 09:48:47:FINISHED TEST : toStringTest()
04-12-2024 09:48:47:STARTING TEST : hashCodeTest()
04-12-2024 09:48:47:Both GenericType instances have the same hashCode()
04-12-2024 09:48:47: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.link.JAXRSClientIT
04-12-2024 09:48:47:STARTING TEST : getTitleTest()
04-12-2024 09:48:47:Found expected TITLETITLE
04-12-2024 09:48:47:FINISHED TEST : getTitleTest()
04-12-2024 09:48:47:STARTING TEST : fromUriStringTest()
04-12-2024 09:48:47:Found expected http://oracle.com:888/
04-12-2024 09:48:47:Found expected resource
04-12-2024 09:48:47:Found expected get
04-12-2024 09:48:47:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-12-2024 09:48:47:FINISHED TEST : fromUriStringTest()
04-12-2024 09:48:47:STARTING TEST : constructorTest()
04-12-2024 09:48:47:new Link() call iss successfull
04-12-2024 09:48:47:FINISHED TEST : constructorTest()
04-12-2024 09:48:47:STARTING TEST : getUriBuilderTest()
04-12-2024 09:48:47:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-12-2024 09:48:47:FINISHED TEST : getUriBuilderTest()
04-12-2024 09:48:47:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest()
04-12-2024 09:48:48:Found expected http://oracle.com:888/resource/get
04-12-2024 09:48:48:Found expected http://oracle.com:888/resource/consumesappjson
04-12-2024 09:48:48:Opaque Link has been used in Client.invocation() sucessfully
04-12-2024 09:48:48:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-12-2024 09:48:48:IllegalArgumentException has been successfully thrown
04-12-2024 09:48:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-12-2024 09:48:48:STARTING TEST : fromUriBuilderTest()
04-12-2024 09:48:48:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-12-2024 09:48:48:FINISHED TEST : fromUriBuilderTest()
04-12-2024 09:48:48:STARTING TEST : fromLinkTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : fromLinkTest()
04-12-2024 09:48:48:STARTING TEST : fromPathTest()
04-12-2024 09:48:48:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is <somewhere/somehow>
04-12-2024 09:48:48:FINISHED TEST : fromPathTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest()
04-12-2024 09:48:48:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : serializationFromResourceTest()
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml()
04-12-2024 09:48:48:serialization works for method producesXml
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm()
04-12-2024 09:48:48:serialization works for method consumesForm
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson()
04-12-2024 09:48:48:serialization works for method consumesAppJson
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml()
04-12-2024 09:48:48:serialization works for method producesSvgXml
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get()
04-12-2024 09:48:48:serialization works for method get
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace()
04-12-2024 09:48:48:serialization works for method trace
04-12-2024 09:48:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete()
04-12-2024 09:48:48:serialization works for method delete
04-12-2024 09:48:48:Serialization with #toString() of Resource method links is sucessfull
04-12-2024 09:48:48:FINISHED TEST : serializationFromResourceTest()
04-12-2024 09:48:48:STARTING TEST : fromPathThrowsIAETest()
04-12-2024 09:48:48:fromPath(null) throws IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : fromPathThrowsIAETest()
04-12-2024 09:48:48:STARTING TEST : getParamsFromBuilderTest()
04-12-2024 09:48:48:Found expected titletitle
04-12-2024 09:48:48:Found expected RELREL
04-12-2024 09:48:48:Found expected typetype
04-12-2024 09:48:48:Found expected newparamvalue
04-12-2024 09:48:48:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected
04-12-2024 09:48:48:FINISHED TEST : getParamsFromBuilderTest()
04-12-2024 09:48:48:STARTING TEST : getTypeIsNullTest()
04-12-2024 09:48:48:#getType( returns null as expected
04-12-2024 09:48:48:FINISHED TEST : getTypeIsNullTest()
04-12-2024 09:48:48:STARTING TEST : fromUriTest()
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:Found expected resource
04-12-2024 09:48:48:Found expected get
04-12-2024 09:48:48:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-12-2024 09:48:48:FINISHED TEST : fromUriTest()
04-12-2024 09:48:48:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:Link#vaueOf() throws IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : getTitleIsNullTest()
04-12-2024 09:48:48:#getTitle( returns null as expected
04-12-2024 09:48:48:FINISHED TEST : getTitleIsNullTest()
04-12-2024 09:48:48:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : getParamsFromResourceTest()
{title=Title}
04-12-2024 09:48:48:Found expected Title
04-12-2024 09:48:48:{title=Title} found as expected
04-12-2024 09:48:48:FINISHED TEST : getParamsFromResourceTest()
04-12-2024 09:48:48:STARTING TEST : getUriTest()
04-12-2024 09:48:48:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-12-2024 09:48:48:FINISHED TEST : getUriTest()
04-12-2024 09:48:48:STARTING TEST : fromMethodTest()
04-12-2024 09:48:48:Found expected <consumesappjson>
04-12-2024 09:48:48:Link <consumesappjson> has been created
04-12-2024 09:48:48:FINISHED TEST : fromMethodTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-12-2024 09:48:48:IllegalArgumentException has been successfully thrown
04-12-2024 09:48:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-12-2024 09:48:48:STARTING TEST : getTypeTest()
04-12-2024 09:48:48:Found expected TYPETYPE
04-12-2024 09:48:48:FINISHED TEST : getTypeTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceTest()
04-12-2024 09:48:48:Found expected <resource>
04-12-2024 09:48:48:type is not in <resource> as expected
04-12-2024 09:48:48:Link <resource> has been created
04-12-2024 09:48:48:FINISHED TEST : fromResourceTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceWithMediaTypeTest()
04-12-2024 09:48:48:Found expected <producesresource>
04-12-2024 09:48:48:type="text/html" is not in <producesresource> as expected
04-12-2024 09:48:48:Link <producesresource> has been created
04-12-2024 09:48:48:FINISHED TEST : fromResourceWithMediaTypeTest()
04-12-2024 09:48:48:STARTING TEST : getRelsTest()
04-12-2024 09:48:48:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL;
04-12-2024 09:48:48:FINISHED TEST : getRelsTest()
04-12-2024 09:48:48:STARTING TEST : fromPathWithUriTemplateParamsTest()
04-12-2024 09:48:48:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is <somewhere/somehow/param1/param2>
04-12-2024 09:48:48:FINISHED TEST : fromPathWithUriTemplateParamsTest()
04-12-2024 09:48:48:STARTING TEST : getRelsIsEmptyTest()
04-12-2024 09:48:48:#getRel() return empty list as expected
04-12-2024 09:48:48:FINISHED TEST : getRelsIsEmptyTest()
04-12-2024 09:48:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-12-2024 09:48:48:IllegalArgumentException has been successfully thrown
04-12-2024 09:48:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-12-2024 09:48:48:STARTING TEST : getRelIsEmptyListTest()
04-12-2024 09:48:48:#getRel() returns expected null
04-12-2024 09:48:48:FINISHED TEST : getRelIsEmptyListTest()
04-12-2024 09:48:48:STARTING TEST : getRelTest()
04-12-2024 09:48:48:#getRel() return expected rel
04-12-2024 09:48:48:FINISHED TEST : getRelTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : titleTest()
04-12-2024 09:48:48:#title set expected title
04-12-2024 09:48:48:FINISHED TEST : titleTest()
04-12-2024 09:48:48:STARTING TEST : uriStringThrowsIAETest()
04-12-2024 09:48:48:#uri(nonUriString) throws IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : uriStringThrowsIAETest()
04-12-2024 09:48:48:STARTING TEST : linkLinkTest()
04-12-2024 09:48:48:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : linkLinkTest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-12-2024 09:48:48:STARTING TEST : paramThrowsExceptionWhenNullValueTest()
04-12-2024 09:48:48:#param throws IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : paramThrowsExceptionWhenNullValueTest()
04-12-2024 09:48:48:STARTING TEST : paramThrowsExceptionWhenNullNameTest()
04-12-2024 09:48:48:#param throws IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : paramThrowsExceptionWhenNullNameTest()
04-12-2024 09:48:48:STARTING TEST : uriStringTest()
04-12-2024 09:48:48:#uri(String) affected link <http://oracle.com:888/> as expected
04-12-2024 09:48:48:FINISHED TEST : uriStringTest()
04-12-2024 09:48:48:STARTING TEST : baseUriStringTest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:FINISHED TEST : baseUriStringTest()
04-12-2024 09:48:48:STARTING TEST : uriUriTest()
04-12-2024 09:48:48:#uri(URI) affected link <http://oracle.com:888/resource/get> as expected
04-12-2024 09:48:48:FINISHED TEST : uriUriTest()
04-12-2024 09:48:48:STARTING TEST : uriBuilderTest()
04-12-2024 09:48:48:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-12-2024 09:48:48:FINISHED TEST : uriBuilderTest()
04-12-2024 09:48:48:STARTING TEST : relMoreNamesTest()
04-12-2024 09:48:48:#rel added expected relations
04-12-2024 09:48:48:FINISHED TEST : relMoreNamesTest()
04-12-2024 09:48:48:STARTING TEST : linkStringTest()
04-12-2024 09:48:48:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : linkStringTest()
04-12-2024 09:48:48:STARTING TEST : buildObjectsTest()
04-12-2024 09:48:48:#build() finished building a link and returned the instance <http://oracle.com:888/p1/p2/p3>
04-12-2024 09:48:48:FINISHED TEST : buildObjectsTest()
04-12-2024 09:48:48:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:#build() throw UriBuilderException as expected
04-12-2024 09:48:48:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:STARTING TEST : typeTest()
04-12-2024 09:48:48:#type set correct types
04-12-2024 09:48:48:FINISHED TEST : typeTest()
04-12-2024 09:48:48:STARTING TEST : baseUriURITest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:FINISHED TEST : baseUriURITest()
04-12-2024 09:48:48:STARTING TEST : baseUriStringThrowsIAETest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : baseUriStringThrowsIAETest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:UriBuilderException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected when a supplied value is null
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedDoesNotSharePrefixTest()
04-12-2024 09:48:48:Found expected a/b/c
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:Found expected http://oracle.com:888/a/b/c
04-12-2024 09:48:48:When a prefix is not shared, the methods is equivalent to build() as expected
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest()
04-12-2024 09:48:48:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-12-2024 09:48:48:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-12-2024 09:48:48:STARTING TEST : linkStringThrowsIAETest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : linkStringThrowsIAETest()
04-12-2024 09:48:48:STARTING TEST : baseUriIsNotJustBaseURITest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:FINISHED TEST : baseUriIsNotJustBaseURITest()
04-12-2024 09:48:48:STARTING TEST : baseUriIsNotJustBaseStringTest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/a/b/c
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:FINISHED TEST : baseUriIsNotJustBaseStringTest()
04-12-2024 09:48:48:STARTING TEST : baseUriIsIgnoredURITest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/resource/something
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:The base uri http://ignored.com has been ignored as expected
04-12-2024 09:48:48:FINISHED TEST : baseUriIsIgnoredURITest()
04-12-2024 09:48:48:STARTING TEST : relTest()
04-12-2024 09:48:48:#rel added expected relations
04-12-2024 09:48:48:FINISHED TEST : relTest()
04-12-2024 09:48:48:STARTING TEST : buildNoArgTest()
04-12-2024 09:48:48:#build() finished building a link and returned the instance
04-12-2024 09:48:48:FINISHED TEST : buildNoArgTest()
04-12-2024 09:48:48:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:#build(someNonURIObjects) throw UriBuilderException as expected
04-12-2024 09:48:48:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-12-2024 09:48:48:STARTING TEST : baseUriIsIgnoredStringTest()
04-12-2024 09:48:48:Created URI http://oracle.com:888/resource/something
04-12-2024 09:48:48:Found expected http://oracle.com:888/
04-12-2024 09:48:48:The base uri http://ignored.com has been ignored as expected
04-12-2024 09:48:48:FINISHED TEST : baseUriIsIgnoredStringTest()
04-12-2024 09:48:48:STARTING TEST : buildRelativizedTest()
04-12-2024 09:48:48:Found expected a/b/c
04-12-2024 09:48:48:Absolute http://oracle.com:888/ has not been found as expected in link <a/b/c>
04-12-2024 09:48:48:FINISHED TEST : buildRelativizedTest()
04-12-2024 09:48:48:STARTING TEST : paramTest()
04-12-2024 09:48:48:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected
04-12-2024 09:48:48:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected
04-12-2024 09:48:48:#param set correct parameters
04-12-2024 09:48:48:FINISHED TEST : paramTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : wildcardTest()
04-12-2024 09:48:48:FINISHED TEST : wildcardTest()
04-12-2024 09:48:48:STARTING TEST : valueOfTest()
04-12-2024 09:48:48:FINISHED TEST : valueOfTest()
04-12-2024 09:48:48:STARTING TEST : withCharsetTest()
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16
04-12-2024 09:48:48:FINISHED TEST : withCharsetTest()
04-12-2024 09:48:48:STARTING TEST : valueOfTest1()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : valueOfTest1()
04-12-2024 09:48:48:STARTING TEST : equalsTest1()
04-12-2024 09:48:48:FINISHED TEST : equalsTest1()
04-12-2024 09:48:48:STARTING TEST : equalsTest2()
04-12-2024 09:48:48:FINISHED TEST : equalsTest2()
04-12-2024 09:48:48:STARTING TEST : equalsTest3()
04-12-2024 09:48:48:FINISHED TEST : equalsTest3()
04-12-2024 09:48:48:STARTING TEST : equalsTest4()
04-12-2024 09:48:48:FINISHED TEST : equalsTest4()
04-12-2024 09:48:48:STARTING TEST : constructorTest1()
04-12-2024 09:48:48:FINISHED TEST : constructorTest1()
04-12-2024 09:48:48:STARTING TEST : constructorTest2()
04-12-2024 09:48:48:FINISHED TEST : constructorTest2()
04-12-2024 09:48:48:STARTING TEST : constructorTest3()
04-12-2024 09:48:48:FINISHED TEST : constructorTest3()
04-12-2024 09:48:48:STARTING TEST : hashCodeTest1()
04-12-2024 09:48:48:FINISHED TEST : hashCodeTest1()
04-12-2024 09:48:48:STARTING TEST : hashCodeTest2()
04-12-2024 09:48:48:FINISHED TEST : hashCodeTest2()
04-12-2024 09:48:48:STARTING TEST : hashCodeTest3()
04-12-2024 09:48:48:FINISHED TEST : hashCodeTest3()
04-12-2024 09:48:48:STARTING TEST : toStringTest()
04-12-2024 09:48:48:FINISHED TEST : toStringTest()
04-12-2024 09:48:48:STARTING TEST : withCharsetNullOrEmptyCharsetTest()
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:48:48:FINISHED TEST : withCharsetNullOrEmptyCharsetTest()
04-12-2024 09:48:48:STARTING TEST : constructorStringStringStringTest()
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected
04-12-2024 09:48:48:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected
04-12-2024 09:48:48:FINISHED TEST : constructorStringStringStringTest()
04-12-2024 09:48:48:STARTING TEST : isCompatibleTest1()
04-12-2024 09:48:48:FINISHED TEST : isCompatibleTest1()
04-12-2024 09:48:48:STARTING TEST : isCompatibleTest2()
04-12-2024 09:48:48:FINISHED TEST : isCompatibleTest2()
04-12-2024 09:48:48:STARTING TEST : isCompatibleTest3()
04-12-2024 09:48:48:FINISHED TEST : isCompatibleTest3()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithSingleValuedMapTest()
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1
04-12-2024 09:48:48:FINISHED TEST : constructorWithSingleValuedMapTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithCapacityAndLoadTest()
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:For given key the map does not contain following values as expected:
04-12-2024 09:48:48:value4 value5
04-12-2024 09:48:48:FINISHED TEST : constructorWithCapacityAndLoadTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithMapThrowsNPETest()
04-12-2024 09:48:48:NullPointerException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : constructorWithMapThrowsNPETest()
04-12-2024 09:48:48:STARTING TEST : defaultConstructorTest()
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:For given key the map does not contain following values as expected:
04-12-2024 09:48:48:value4 value5
04-12-2024 09:48:48:FINISHED TEST : defaultConstructorTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithMapTest()
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:FINISHED TEST : constructorWithMapTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithInitialCapacityTest()
04-12-2024 09:48:48:Found key key with following values:
04-12-2024 09:48:48:value1 value2 value3
04-12-2024 09:48:48:For given key the map does not contain following values as expected:
04-12-2024 09:48:48:value4 value5
04-12-2024 09:48:48:FINISHED TEST : constructorWithInitialCapacityTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest()
04-12-2024 09:48:48:NullPointerException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest()
04-12-2024 09:48:48:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : addAllListEmptyReturnsImmediatellyTest()
04-12-2024 09:48:48:Method did return immediatelly for empty array
04-12-2024 09:48:48:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest()
04-12-2024 09:48:48:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-12-2024 09:48:48:Method did return immediatelly for empty array
04-12-2024 09:48:48:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenEmptyTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenEmptyTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenSingleItemTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenSingleItemTest()
04-12-2024 09:48:48:STARTING TEST : addAllValuesThrowNPETest()
04-12-2024 09:48:48:NullPointerException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : addAllValuesThrowNPETest()
04-12-2024 09:48:48:STARTING TEST : addAllValuesNullKeyTest()
04-12-2024 09:48:48:All values have been added for null key
04-12-2024 09:48:48:FINISHED TEST : addAllValuesNullKeyTest()
04-12-2024 09:48:48:STARTING TEST : addAllListThrowNPETest()
04-12-2024 09:48:48:NullPointerException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : addAllListThrowNPETest()
04-12-2024 09:48:48:STARTING TEST : addFirstTest()
04-12-2024 09:48:48:#addFirst added new item to a first position
04-12-2024 09:48:48:FINISHED TEST : addFirstTest()
04-12-2024 09:48:48:STARTING TEST : putSingleTest()
04-12-2024 09:48:48:FINISHED TEST : putSingleTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenMoreItemsTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenMoreItemsTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenFirstErasedTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenFirstErasedTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenListClearedTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenListClearedTest()
04-12-2024 09:48:48:STARTING TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:48:48:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected
04-12-2024 09:48:48:FINISHED TEST : equalsIgnoreValueOrderTest()
04-12-2024 09:48:48:STARTING TEST : addAllListNullKeyTest()
04-12-2024 09:48:48:All values have been added for null key
04-12-2024 09:48:48:FINISHED TEST : addAllListNullKeyTest()
04-12-2024 09:48:48:STARTING TEST : addAllValuesTest()
04-12-2024 09:48:48:All values have been added for key key0
04-12-2024 09:48:48:FINISHED TEST : addAllValuesTest()
04-12-2024 09:48:48:STARTING TEST : getFirstWhenKeyIsNullTest()
04-12-2024 09:48:48:FINISHED TEST : getFirstWhenKeyIsNullTest()
04-12-2024 09:48:48:STARTING TEST : addAllListTest()
04-12-2024 09:48:48:All values have been added for key key0
04-12-2024 09:48:48:FINISHED TEST : addAllListTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : parseTest1()
04-12-2024 09:48:48:FINISHED TEST : parseTest1()
04-12-2024 09:48:48:STARTING TEST : parseTest2()
04-12-2024 09:48:48:FINISHED TEST : parseTest2()
04-12-2024 09:48:48:STARTING TEST : parseTest3()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : parseTest3()
04-12-2024 09:48:48:STARTING TEST : constructorTest1()
04-12-2024 09:48:48:FINISHED TEST : constructorTest1()
04-12-2024 09:48:48:STARTING TEST : constructorTest2()
04-12-2024 09:48:48:FINISHED TEST : constructorTest2()
04-12-2024 09:48:48:STARTING TEST : constructorTest3()
04-12-2024 09:48:48:FINISHED TEST : constructorTest3()
04-12-2024 09:48:48:STARTING TEST : constructorTest4()
04-12-2024 09:48:48:FINISHED TEST : constructorTest4()
04-12-2024 09:48:48:STARTING TEST : constructorTest5()
04-12-2024 09:48:48:FINISHED TEST : constructorTest5()
04-12-2024 09:48:48:STARTING TEST : constructorTest6()
04-12-2024 09:48:48:FINISHED TEST : constructorTest6()
04-12-2024 09:48:48:STARTING TEST : constructorTest7()
04-12-2024 09:48:48:FINISHED TEST : constructorTest7()
04-12-2024 09:48:48:STARTING TEST : constructorTest8()
04-12-2024 09:48:48:FINISHED TEST : constructorTest8()
04-12-2024 09:48:48:STARTING TEST : constructorTest9()
04-12-2024 09:48:48:FINISHED TEST : constructorTest9()
04-12-2024 09:48:48:STARTING TEST : equalsTest()
04-12-2024 09:48:48:FINISHED TEST : equalsTest()
04-12-2024 09:48:48:STARTING TEST : toCookieTest()
04-12-2024 09:48:48:FINISHED TEST : toCookieTest()
04-12-2024 09:48:48:STARTING TEST : toStringTest()
04-12-2024 09:48:48:FINISHED TEST : toStringTest()
04-12-2024 09:48:48:STARTING TEST : constructorTest10()
04-12-2024 09:48:48:FINISHED TEST : constructorTest10()
04-12-2024 09:48:48:STARTING TEST : constructorTest11()
04-12-2024 09:48:48:FINISHED TEST : constructorTest11()
04-12-2024 09:48:48:STARTING TEST : constructorTest12()
04-12-2024 09:48:48:FINISHED TEST : constructorTest12()
04-12-2024 09:48:48:STARTING TEST : constructorTest13()
04-12-2024 09:48:48:FINISHED TEST : constructorTest13()
04-12-2024 09:48:48:STARTING TEST : constructorTest14()
04-12-2024 09:48:48:FINISHED TEST : constructorTest14()
04-12-2024 09:48:48:STARTING TEST : constructorTest15()
04-12-2024 09:48:48:FINISHED TEST : constructorTest15()
04-12-2024 09:48:48:STARTING TEST : constructorTest16()
04-12-2024 09:48:48:FINISHED TEST : constructorTest16()
04-12-2024 09:48:48:STARTING TEST : constructorTest17()
04-12-2024 09:48:48:FINISHED TEST : constructorTest17()
04-12-2024 09:48:48:STARTING TEST : constructorTest18()
04-12-2024 09:48:48:FINISHED TEST : constructorTest18()
04-12-2024 09:48:48:STARTING TEST : constructorTest19()
04-12-2024 09:48:48:FINISHED TEST : constructorTest19()
04-12-2024 09:48:48:STARTING TEST : constructorTest20()
04-12-2024 09:48:48:FINISHED TEST : constructorTest20()
04-12-2024 09:48:48:STARTING TEST : constructorTest21()
04-12-2024 09:48:48:FINISHED TEST : constructorTest21()
04-12-2024 09:48:48:STARTING TEST : constructorTest22()
04-12-2024 09:48:48:FINISHED TEST : constructorTest22()
04-12-2024 09:48:48:STARTING TEST : constructorTest23()
04-12-2024 09:48:48:FINISHED TEST : constructorTest23()
04-12-2024 09:48:48:STARTING TEST : constructorTest24()
04-12-2024 09:48:48:FINISHED TEST : constructorTest24()
04-12-2024 09:48:48:STARTING TEST : constructorTest25()
04-12-2024 09:48:48:FINISHED TEST : constructorTest25()
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : constructorNullStringTest()
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:FINISHED TEST : constructorNullStringTest()
04-12-2024 09:48:48:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.io.IOException
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.io.IOException
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.Error
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.Error
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.Throwable
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:getCause contains expected java.lang.Throwable
04-12-2024 09:48:48:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:48:STARTING TEST : constructorStringTest()
04-12-2024 09:48:48:The exception contains expected #getMessage()
04-12-2024 09:48:48:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:48:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:48:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:48:getCause contains expected java.io.IOException
04-12-2024 09:48:48:getCause contains expected java.lang.Error
04-12-2024 09:48:48:getCause contains expected java.lang.Throwable
04-12-2024 09:48:48: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.responsebuilder.BuilderClientIT
04-12-2024 09:48:48:STARTING TEST : languageTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : languageTest()
04-12-2024 09:48:48:STARTING TEST : getLocationNotPresentTest()
04-12-2024 09:48:48:#getLocation returns null as expected
04-12-2024 09:48:48:FINISHED TEST : getLocationNotPresentTest()
04-12-2024 09:48:48:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:48:48:HeaderDelegate is used for header s3
04-12-2024 09:48:48:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:48:48:STARTING TEST : getLinksIsNotNullTest()
04-12-2024 09:48:48:#getLinks contains no links as expected
04-12-2024 09:48:48:FINISHED TEST : getLinksIsNotNullTest()
04-12-2024 09:48:48:STARTING TEST : cacheControlTest()
04-12-2024 09:48:48:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-12-2024 09:48:48:FINISHED TEST : cacheControlTest()
04-12-2024 09:48:48:STARTING TEST : acceptedStringTest()
04-12-2024 09:48:48:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-12-2024 09:48:48:FINISHED TEST : acceptedStringTest()
04-12-2024 09:48:48:STARTING TEST : seeOtherTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : seeOtherTest()
04-12-2024 09:48:48:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:48:48:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:48:48:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:48:48:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:48:48:#getEntityTag() is null as expected
04-12-2024 09:48:48:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:48:48:STARTING TEST : getLinksTest()
04-12-2024 09:48:48:#getLinks contains expected links
04-12-2024 09:48:48:FINISHED TEST : getLinksTest()
04-12-2024 09:48:48:STARTING TEST : variantTest()
04-12-2024 09:48:48:
04-12-2024 09:48:48:FINISHED TEST : variantTest()
04-12-2024 09:48:48:STARTING TEST : cookieTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : cookieTest()
04-12-2024 09:48:48:STARTING TEST : lastModifiedTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : lastModifiedTest()
04-12-2024 09:48:48:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:48:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6895b608,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2b454886,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@349a8977
04-12-2024 09:48:48:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:48:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:48:48:#getLanguage() is null as expected
04-12-2024 09:48:48:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:48:48:STARTING TEST : entityTest()
04-12-2024 09:48:48:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : entityTest()
04-12-2024 09:48:48:STARTING TEST : okTest1()
04-12-2024 09:48:48:Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : okTest1()
04-12-2024 09:48:48:STARTING TEST : okTest2()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : okTest2()
04-12-2024 09:48:48:STARTING TEST : okTest3()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-12-2024 09:48:48:FINISHED TEST : okTest3()
04-12-2024 09:48:48:STARTING TEST : okTest4()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200


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


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

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

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


    Encoding ccitt was found


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

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-12-2024 09:48:48:FINISHED TEST : cacheControlTest()
04-12-2024 09:48:48:STARTING TEST : acceptedStringTest()
04-12-2024 09:48:48:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-12-2024 09:48:48:FINISHED TEST : acceptedStringTest()
04-12-2024 09:48:48:STARTING TEST : seeOtherTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : seeOtherTest()
04-12-2024 09:48:48:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:48:48:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:48:48:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:48:48:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:48:48:#getEntityTag() is null as expected
04-12-2024 09:48:48:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:48:48:STARTING TEST : getLinksTest()
04-12-2024 09:48:48:#getLinks contains expected links
04-12-2024 09:48:48:FINISHED TEST : getLinksTest()
04-12-2024 09:48:48:STARTING TEST : variantTest()
04-12-2024 09:48:48:
04-12-2024 09:48:48:FINISHED TEST : variantTest()
04-12-2024 09:48:48:STARTING TEST : cookieTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : cookieTest()
04-12-2024 09:48:48:STARTING TEST : lastModifiedTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : lastModifiedTest()
04-12-2024 09:48:48:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:48:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@9d7d83d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7bff608c,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@25af233d
04-12-2024 09:48:48:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:48:48:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:48:48:#getLanguage() is null as expected
04-12-2024 09:48:48:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:48:48:STARTING TEST : entityTest()
04-12-2024 09:48:48:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : entityTest()
04-12-2024 09:48:48:STARTING TEST : okTest1()
04-12-2024 09:48:48:Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : okTest1()
04-12-2024 09:48:48:STARTING TEST : okTest2()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200
04-12-2024 09:48:48:FINISHED TEST : okTest2()
04-12-2024 09:48:48:STARTING TEST : okTest3()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-12-2024 09:48:48:FINISHED TEST : okTest3()
04-12-2024 09:48:48:STARTING TEST : okTest4()
04-12-2024 09:48:48:Correct content found in Response: Test only

    Correct status found in Response: 200


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


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

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

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

        Found expected header accept-language.
        Found expected header accept-encoding.
04-12-2024 09:48:48:FINISHED TEST : variantsTest()
04-12-2024 09:48:48:STARTING TEST : getCookiesTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:#getCookies returned expected cookies
04-12-2024 09:48:48:FINISHED TEST : getCookiesTest()
04-12-2024 09:48:48:STARTING TEST : statusFamilyValuesTest()
04-12-2024 09:48:48:FINISHED TEST : statusFamilyValuesTest()
04-12-2024 09:48:48:STARTING TEST : headerTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : headerTest()
04-12-2024 09:48:48:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:48:48:#hasEntity has not found any entity as expected
04-12-2024 09:48:48:FINISHED TEST : hasEntityWhenNoEntityTest()
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : familyOfTest()
04-12-2024 09:48:48:#familyOf() returned expected Family for given statuses
04-12-2024 09:48:48:FINISHED TEST : familyOfTest()
04-12-2024 09:48:48:STARTING TEST : getStatusCodeTest()
04-12-2024 09:48:48:Found expected status code 200 for status 200
04-12-2024 09:48:48:Found expected status code 201 for status 201
04-12-2024 09:48:48:Found expected status code 202 for status 202
04-12-2024 09:48:48:Found expected status code 204 for status 204
04-12-2024 09:48:48:Found expected status code 205 for status 205
04-12-2024 09:48:48:Found expected status code 206 for status 206
04-12-2024 09:48:48:Found expected status code 301 for status 301
04-12-2024 09:48:48:Found expected status code 302 for status 302
04-12-2024 09:48:48:Found expected status code 303 for status 303
04-12-2024 09:48:48:Found expected status code 304 for status 304
04-12-2024 09:48:48:Found expected status code 305 for status 305
04-12-2024 09:48:48:Found expected status code 307 for status 307
04-12-2024 09:48:48:Found expected status code 400 for status 400
04-12-2024 09:48:48:Found expected status code 401 for status 401
04-12-2024 09:48:48:Found expected status code 402 for status 402
04-12-2024 09:48:48:Found expected status code 403 for status 403
04-12-2024 09:48:48:Found expected status code 404 for status 404
04-12-2024 09:48:48:Found expected status code 405 for status 405
04-12-2024 09:48:48:Found expected status code 406 for status 406
04-12-2024 09:48:48:Found expected status code 407 for status 407
04-12-2024 09:48:48:Found expected status code 408 for status 408
04-12-2024 09:48:48:Found expected status code 409 for status 409
04-12-2024 09:48:48:Found expected status code 410 for status 410
04-12-2024 09:48:48:Found expected status code 411 for status 411
04-12-2024 09:48:48:Found expected status code 412 for status 412
04-12-2024 09:48:48:Found expected status code 413 for status 413
04-12-2024 09:48:48:Found expected status code 414 for status 414
04-12-2024 09:48:48:Found expected status code 415 for status 415
04-12-2024 09:48:48:Found expected status code 416 for status 416
04-12-2024 09:48:48:Found expected status code 417 for status 417
04-12-2024 09:48:48:Found expected status code 500 for status 500
04-12-2024 09:48:48:Found expected status code 501 for status 501
04-12-2024 09:48:48:Found expected status code 502 for status 502
04-12-2024 09:48:48:Found expected status code 503 for status 503
04-12-2024 09:48:48:Found expected status code 504 for status 504
04-12-2024 09:48:48:Found expected status code 505 for status 505
04-12-2024 09:48:48:FINISHED TEST : getStatusCodeTest()
04-12-2024 09:48:48:STARTING TEST : getFamilyTest()
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 200
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 201
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 202
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 204
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 205
04-12-2024 09:48:48:Found expected family SUCCESSFUL for status 206
04-12-2024 09:48:48:Found expected family REDIRECTION for status 301
04-12-2024 09:48:48:Found expected family REDIRECTION for status 302
04-12-2024 09:48:48:Found expected family REDIRECTION for status 303
04-12-2024 09:48:48:Found expected family REDIRECTION for status 304
04-12-2024 09:48:48:Found expected family REDIRECTION for status 305
04-12-2024 09:48:48:Found expected family REDIRECTION for status 307
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 400
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 401
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 402
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 403
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 404
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 405
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 406
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 407
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 408
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 409
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 410
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 411
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 412
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 413
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 414
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 415
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 416
04-12-2024 09:48:48:Found expected family CLIENT_ERROR for status 417
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 500
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 501
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 502
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 503
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 504
04-12-2024 09:48:48:Found expected family SERVER_ERROR for status 505
04-12-2024 09:48:48:FINISHED TEST : getFamilyTest()
04-12-2024 09:48:48:STARTING TEST : getReasonPhraseTest()
04-12-2024 09:48:48:Found expected phrase OK for status 200
04-12-2024 09:48:48:Found expected phrase Created for status 201
04-12-2024 09:48:48:Found expected phrase Accepted for status 202
04-12-2024 09:48:48:Found expected phrase No Content for status 204
04-12-2024 09:48:48:Found expected phrase Reset Content for status 205
04-12-2024 09:48:48:Found expected phrase Partial Content for status 206
04-12-2024 09:48:48:Found expected phrase Moved Permanently for status 301
04-12-2024 09:48:48:Found expected phrase Found for status 302
04-12-2024 09:48:48:Found expected phrase See Other for status 303
04-12-2024 09:48:48:Found expected phrase Not Modified for status 304
04-12-2024 09:48:48:Found expected phrase Use Proxy for status 305
04-12-2024 09:48:48:Found expected phrase Temporary Redirect for status 307
04-12-2024 09:48:48:Found expected phrase Bad Request for status 400
04-12-2024 09:48:48:Found expected phrase Unauthorized for status 401
04-12-2024 09:48:48:Found expected phrase Payment Required for status 402
04-12-2024 09:48:48:Found expected phrase Forbidden for status 403
04-12-2024 09:48:48:Found expected phrase Not Found for status 404
04-12-2024 09:48:48:Found expected phrase Method Not Allowed for status 405
04-12-2024 09:48:48:Found expected phrase Not Acceptable for status 406
04-12-2024 09:48:48:Found expected phrase Proxy Authentication Required for status 407
04-12-2024 09:48:48:Found expected phrase Request Timeout for status 408
04-12-2024 09:48:48:Found expected phrase Conflict for status 409
04-12-2024 09:48:48:Found expected phrase Gone for status 410
04-12-2024 09:48:48:Found expected phrase Length Required for status 411
04-12-2024 09:48:48:Found expected phrase Precondition Failed for status 412
04-12-2024 09:48:48:Found expected phrase Request Entity Too Large for status 413
04-12-2024 09:48:48:Found expected phrase Request-URI Too Long for status 414
04-12-2024 09:48:48:Found expected phrase Unsupported Media Type for status 415
04-12-2024 09:48:48:Found expected phrase Requested Range Not Satisfiable for status 416
04-12-2024 09:48:48:Found expected phrase Expectation Failed for status 417
04-12-2024 09:48:48:Found expected phrase Internal Server Error for status 500
04-12-2024 09:48:48:Found expected phrase Not Implemented for status 501
04-12-2024 09:48:48:Found expected phrase Bad Gateway for status 502
04-12-2024 09:48:48:Found expected phrase Service Unavailable for status 503
04-12-2024 09:48:48:Found expected phrase Gateway Timeout for status 504
04-12-2024 09:48:48:Found expected phrase HTTP Version Not Supported for status 505
04-12-2024 09:48:48:FINISHED TEST : getReasonPhraseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:STARTING TEST : toTemplateTest()
04-12-2024 09:48:48:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:48:48:FINISHED TEST : toTemplateTest()
04-12-2024 09:48:48:STARTING TEST : replacePathTest1()
04-12-2024 09:48:48:FINISHED TEST : replacePathTest1()
04-12-2024 09:48:48:STARTING TEST : replacePathTest2()
04-12-2024 09:48:48:FINISHED TEST : replacePathTest2()
04-12-2024 09:48:48:STARTING TEST : replacePathTest3()
04-12-2024 09:48:48:FINISHED TEST : replacePathTest3()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : uriStringTest()
04-12-2024 09:48:48:FINISHED TEST : uriStringTest()
04-12-2024 09:48:48:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-12-2024 09:48:48:STARTING TEST : uriStringThrowsIAEWhenNoUriTest()
04-12-2024 09:48:48:#IllegalArgumentException has been thrown as expected for #uri(noURI)
04-12-2024 09:48:48:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:STARTING TEST : fromLinkTest()
04-12-2024 09:48:48:URI fromLink is equal to the expected URI
04-12-2024 09:48:48:FINISHED TEST : fromLinkTest()
04-12-2024 09:48:48:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-12-2024 09:48:48:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-12-2024 09:48:48:STARTING TEST : uriTest1()
04-12-2024 09:48:48:FINISHED TEST : uriTest1()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-12-2024 09:48:48:STARTING TEST : replaceQueryParamTest1()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryParamTest1()
04-12-2024 09:48:48:STARTING TEST : replaceQueryParamTest2()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryParamTest2()
04-12-2024 09:48:48:STARTING TEST : replaceQueryParamTest3()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryParamTest3()
04-12-2024 09:48:48:STARTING TEST : schemeTest1()
04-12-2024 09:48:48:FINISHED TEST : schemeTest1()
04-12-2024 09:48:48:STARTING TEST : schemeTest2()
04-12-2024 09:48:48:FINISHED TEST : schemeTest2()
04-12-2024 09:48:48:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest()
04-12-2024 09:48:48:STARTING TEST : buildFromMapTest1()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapTest1()
04-12-2024 09:48:48:STARTING TEST : buildFromMapTest2()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapTest2()
04-12-2024 09:48:48:STARTING TEST : buildFromMapTest3()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapTest3()
04-12-2024 09:48:48:STARTING TEST : buildFromMapTest4()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapTest4()
04-12-2024 09:48:48:STARTING TEST : buildFromMapTest5()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapTest5()
04-12-2024 09:48:48:STARTING TEST : fragmentTest1()
04-12-2024 09:48:48:FINISHED TEST : fragmentTest1()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : hostTest1()
04-12-2024 09:48:48:FINISHED TEST : hostTest1()
04-12-2024 09:48:48:STARTING TEST : hostTest2()
04-12-2024 09:48:48:FINISHED TEST : hostTest2()
04-12-2024 09:48:48:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-12-2024 09:48:48:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException
04-12-2024 09:48:48:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-12-2024 09:48:48:STARTING TEST : userInfoTest()
foo:foo
foo:foo
04-12-2024 09:48:48:FINISHED TEST : userInfoTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-12-2024 09:48:48:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-12-2024 09:48:48:STARTING TEST : buildTest1()
04-12-2024 09:48:48:FINISHED TEST : buildTest1()
04-12-2024 09:48:48:STARTING TEST : buildTest2()
04-12-2024 09:48:48:FINISHED TEST : buildTest2()
04-12-2024 09:48:48:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-12-2024 09:48:48:STARTING TEST : pathTest0()
04-12-2024 09:48:48:FINISHED TEST : pathTest0()
04-12-2024 09:48:48:STARTING TEST : pathTest1()
04-12-2024 09:48:48:FINISHED TEST : pathTest1()
04-12-2024 09:48:48:STARTING TEST : pathTest2()
04-12-2024 09:48:48:FINISHED TEST : pathTest2()
04-12-2024 09:48:48:STARTING TEST : pathTest3()
04-12-2024 09:48:48:FINISHED TEST : pathTest3()
04-12-2024 09:48:48:STARTING TEST : pathTest4()
04-12-2024 09:48:48:FINISHED TEST : pathTest4()
04-12-2024 09:48:48:STARTING TEST : pathTest5()
04-12-2024 09:48:48:FINISHED TEST : pathTest5()
04-12-2024 09:48:48:STARTING TEST : pathTest6()
04-12-2024 09:48:48:FINISHED TEST : pathTest6()
04-12-2024 09:48:48:STARTING TEST : pathTest7()
04-12-2024 09:48:48:FINISHED TEST : pathTest7()
04-12-2024 09:48:48:STARTING TEST : pathTest8()
04-12-2024 09:48:48:FINISHED TEST : pathTest8()
04-12-2024 09:48:48:STARTING TEST : pathTest9()
04-12-2024 09:48:48:FINISHED TEST : pathTest9()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : templateTest1()
04-12-2024 09:48:48:FINISHED TEST : templateTest1()
04-12-2024 09:48:48:STARTING TEST : templateTest2()
04-12-2024 09:48:48:FINISHED TEST : templateTest2()
04-12-2024 09:48:48:STARTING TEST : uriTest()
04-12-2024 09:48:48: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-12-2024 09:48:48:FINISHED TEST : uriTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-12-2024 09:48:48:STARTING TEST : uriStringThrowsIAEWhenNullTest()
04-12-2024 09:48:48:#IllegalArgumentException has been thrown as expected for #uri(null)
04-12-2024 09:48:48:FINISHED TEST : uriStringThrowsIAEWhenNullTest()
04-12-2024 09:48:48:STARTING TEST : replaceQueryTest1()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryTest1()
04-12-2024 09:48:48:STARTING TEST : replaceQueryTest2()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryTest2()
04-12-2024 09:48:48:STARTING TEST : replaceQueryTest3()
04-12-2024 09:48:48:FINISHED TEST : replaceQueryTest3()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : uriBuilderExceptionTest1()
04-12-2024 09:48:48:FINISHED TEST : uriBuilderExceptionTest1()
04-12-2024 09:48:48:STARTING TEST : uriBuilderExceptionTest2()
04-12-2024 09:48:48:FINISHED TEST : uriBuilderExceptionTest2()
04-12-2024 09:48:48:STARTING TEST : uriBuilderExceptionTest3()
04-12-2024 09:48:48:FINISHED TEST : uriBuilderExceptionTest3()
04-12-2024 09:48:48:STARTING TEST : uriBuilderExceptionTest4()
04-12-2024 09:48:48:FINISHED TEST : uriBuilderExceptionTest4()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixParamTest1()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixParamTest1()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixParamTest2()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixParamTest2()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixParamTest3()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixParamTest3()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixParamTest4()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixParamTest4()
04-12-2024 09:48:48:STARTING TEST : buildObjectsBooleanEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : buildObjectsBooleanEncodedTest()
04-12-2024 09:48:48:STARTING TEST : schemeSpecificPartTest1()
04-12-2024 09:48:48:FINISHED TEST : schemeSpecificPartTest1()
04-12-2024 09:48:48:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixTest1()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixTest1()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixTest2()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixTest2()
04-12-2024 09:48:48:STARTING TEST : replaceMatrixTest3()
04-12-2024 09:48:48:FINISHED TEST : replaceMatrixTest3()
04-12-2024 09:48:48:STARTING TEST : segmentTest1()
04-12-2024 09:48:48:FINISHED TEST : segmentTest1()
04-12-2024 09:48:48:STARTING TEST : segmentTest2()
04-12-2024 09:48:48:FINISHED TEST : segmentTest2()
04-12-2024 09:48:48:STARTING TEST : segmentTest3()
04-12-2024 09:48:48:FINISHED TEST : segmentTest3()
04-12-2024 09:48:48:STARTING TEST : fromResourceTest1()
04-12-2024 09:48:48:FINISHED TEST : fromResourceTest1()
04-12-2024 09:48:48:STARTING TEST : fromResourceTest2()
04-12-2024 09:48:48:FINISHED TEST : fromResourceTest2()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-12-2024 09:48:48:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-12-2024 09:48:48:STARTING TEST : schemeSpecificPartTest()
04-12-2024 09:48:48:FINISHED TEST : schemeSpecificPartTest()
04-12-2024 09:48:48:STARTING TEST : matrixParamTest1()
04-12-2024 09:48:48:FINISHED TEST : matrixParamTest1()
04-12-2024 09:48:48:STARTING TEST : matrixParamTest2()
04-12-2024 09:48:48:FINISHED TEST : matrixParamTest2()
04-12-2024 09:48:48:STARTING TEST : matrixParamTest3()
04-12-2024 09:48:48:FINISHED TEST : matrixParamTest3()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-12-2024 09:48:48:STARTING TEST : fromUriTest1()
04-12-2024 09:48:48:FINISHED TEST : fromUriTest1()
04-12-2024 09:48:48:STARTING TEST : fromUriTest2()
04-12-2024 09:48:48:FINISHED TEST : fromUriTest2()
04-12-2024 09:48:48:STARTING TEST : fromUriTest3()
04-12-2024 09:48:48:FINISHED TEST : fromUriTest3()
04-12-2024 09:48:48:STARTING TEST : fromUriTest4()
04-12-2024 09:48:48:FINISHED TEST : fromUriTest4()
04-12-2024 09:48:48:STARTING TEST : pathTest10()
04-12-2024 09:48:48:FINISHED TEST : pathTest10()
04-12-2024 09:48:48:STARTING TEST : pathTest11()
04-12-2024 09:48:48:FINISHED TEST : pathTest11()
04-12-2024 09:48:48:STARTING TEST : pathTest12()
04-12-2024 09:48:48:FINISHED TEST : pathTest12()
04-12-2024 09:48:48:STARTING TEST : pathTest13()
04-12-2024 09:48:48:FINISHED TEST : pathTest13()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectTest()
04-12-2024 09:48:48:Got expected template {v}/{w}/{x}/{y}/{w}
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectTest()
04-12-2024 09:48:48:STARTING TEST : fromMethodTest()
04-12-2024 09:48:48:URI fromMethod is equal to the expected URI /sub
04-12-2024 09:48:48:FINISHED TEST : fromMethodTest()
04-12-2024 09:48:48:STARTING TEST : portTest1()
04-12-2024 09:48:48:FINISHED TEST : portTest1()
04-12-2024 09:48:48:STARTING TEST : portTest2()
04-12-2024 09:48:48:FINISHED TEST : portTest2()
04-12-2024 09:48:48:STARTING TEST : pathTest()
04-12-2024 09:48:48:FINISHED TEST : pathTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : fromEncodedTest1()
04-12-2024 09:48:48:FINISHED TEST : fromEncodedTest1()
04-12-2024 09:48:48:STARTING TEST : fromEncodedTest2()
04-12-2024 09:48:48:FINISHED TEST : fromEncodedTest2()
04-12-2024 09:48:48:STARTING TEST : fromEncodedTest3()
04-12-2024 09:48:48:FINISHED TEST : fromEncodedTest3()
04-12-2024 09:48:48:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-12-2024 09:48:48:STARTING TEST : buildObjectsBooleanNotEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : buildObjectsBooleanNotEncodedTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateFromEncodedTest()
04-12-2024 09:48:48:STARTING TEST : queryParamTest1()
04-12-2024 09:48:48:FINISHED TEST : queryParamTest1()
04-12-2024 09:48:48:STARTING TEST : queryParamTest2()
04-12-2024 09:48:48:FINISHED TEST : queryParamTest2()
04-12-2024 09:48:48:STARTING TEST : queryParamTest3()
04-12-2024 09:48:48:FINISHED TEST : queryParamTest3()
04-12-2024 09:48:48:STARTING TEST : queryParamTest4()
04-12-2024 09:48:48:FINISHED TEST : queryParamTest4()
04-12-2024 09:48:48:STARTING TEST : queryParamTest5()
04-12-2024 09:48:48:FINISHED TEST : queryParamTest5()
04-12-2024 09:48:48:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-12-2024 09:48:48:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-12-2024 09:48:48:STARTING TEST : fromPathTest1()
04-12-2024 09:48:48:FINISHED TEST : fromPathTest1()
04-12-2024 09:48:48:STARTING TEST : fromPathTest2()
04-12-2024 09:48:48:FINISHED TEST : fromPathTest2()
04-12-2024 09:48:48:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-12-2024 09:48:48:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-12-2024 09:48:48:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-12-2024 09:48:48:STARTING TEST : cloneTest1()
04-12-2024 09:48:48:FINISHED TEST : cloneTest1()
04-12-2024 09:48:48:STARTING TEST : resolveTemplatesMapTest()
04-12-2024 09:48:48:FINISHED TEST : resolveTemplatesMapTest()
04-12-2024 09:48:48:STARTING TEST : buildFromEncodedMapTest1()
04-12-2024 09:48:48:FINISHED TEST : buildFromEncodedMapTest1()
04-12-2024 09:48:48:STARTING TEST : buildFromEncodedMapTest2()
04-12-2024 09:48:48:FINISHED TEST : buildFromEncodedMapTest2()
04-12-2024 09:48:48:STARTING TEST : buildFromEncodedMapTest3()
04-12-2024 09:48:48:FINISHED TEST : buildFromEncodedMapTest3()
04-12-2024 09:48:48:STARTING TEST : buildFromEncodedMapTest4()
04-12-2024 09:48:48:FINISHED TEST : buildFromEncodedMapTest4()
04-12-2024 09:48:48:STARTING TEST : buildFromEncodedMapTest5()
04-12-2024 09:48:48:FINISHED TEST : buildFromEncodedMapTest5()
[WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.11 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:Thrown IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringTest()
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringTest()
04-12-2024 09:48:48:STARTING TEST : equalsTest2()
04-12-2024 09:48:48:FINISHED TEST : equalsTest2()
04-12-2024 09:48:48:STARTING TEST : equalsTest3()
04-12-2024 09:48:48:FINISHED TEST : equalsTest3()
04-12-2024 09:48:48:STARTING TEST : encodingsTest()
04-12-2024 09:48:48:FINISHED TEST : encodingsTest()
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringStringStringTest()
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringStringStringTest()
04-12-2024 09:48:48:STARTING TEST : languagesTest()
04-12-2024 09:48:48:FINISHED TEST : languagesTest()
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:Thrown IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : constructorTest1()
04-12-2024 09:48:48:FINISHED TEST : constructorTest1()
04-12-2024 09:48:48:STARTING TEST : constructorTest2()
04-12-2024 09:48:48:FINISHED TEST : constructorTest2()
04-12-2024 09:48:48:STARTING TEST : constructorTest3()
04-12-2024 09:48:48:FINISHED TEST : constructorTest3()
04-12-2024 09:48:48:STARTING TEST : equalTest1()
04-12-2024 09:48:48:FINISHED TEST : equalTest1()
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:Thrown IllegalArgumentException as expected
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:48:STARTING TEST : getLanguageStringTest()
04-12-2024 09:48:48:#getLanguageString returned exected language string
04-12-2024 09:48:48:FINISHED TEST : getLanguageStringTest()
04-12-2024 09:48:48:STARTING TEST : constructorMediaStringStringStringTest()
04-12-2024 09:48:48:FINISHED TEST : constructorMediaStringStringStringTest()
04-12-2024 09:48:48:STARTING TEST : mediaTypesTest()
04-12-2024 09:48:48:FINISHED TEST : mediaTypesTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
04-12-2024 09:48:48:STARTING TEST : languageTest()
04-12-2024 09:48:48:FINISHED TEST : languageTest()
04-12-2024 09:48:48:STARTING TEST : encodingTest()
04-12-2024 09:48:48:FINISHED TEST : encodingTest()
04-12-2024 09:48:48:STARTING TEST : complexTest()
04-12-2024 09:48:48:FINISHED TEST : complexTest()
04-12-2024 09:48:48:STARTING TEST : mediaTypesTest1()
04-12-2024 09:48:48:FINISHED TEST : mediaTypesTest1()
04-12-2024 09:48:48:STARTING TEST : mediaTypesTest2()
04-12-2024 09:48:48:FINISHED TEST : mediaTypesTest2()
04-12-2024 09:48:48:STARTING TEST : newInstanceTest()
04-12-2024 09:48:48:FINISHED TEST : newInstanceTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04-12-2024 09:48:48:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : setAnnotationsTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : setGenericTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:48:48:STARTING TEST : getMediaTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : webApplicationExceptionTest()
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict
04-12-2024 09:48:48:FINISHED TEST : webApplicationExceptionTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : setPropertyNullTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: IOEXCEPTION
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : ioExceptionTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:found expected IOException java.io.IOException: IOException has been thrown as expected
04-12-2024 09:48:48:FINISHED TEST : ioExceptionTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : getPropertyIsNullTest()04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK

04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : setMediaTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : setTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:#setType set correct type java.io.InputStreamReader
04-12-2024 09:48:48:FINISHED TEST : setTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-12-2024 09:48:48:STARTING TEST : getTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-12-2024 09:48:48:STARTING TEST : getAnnotationsTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:STARTING TEST : getGenericTypeTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:STARTING TEST : setPropertyTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:FINISHED TEST : setPropertyTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : removePropertyTest()
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : getHeadersHeadersSetTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:48:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:48:48:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:48:48:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:48:48:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:48:48:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:48:48:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:48:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:48:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:48:FINISHED TEST : getHeadersHeadersSetTest()
04-12-2024 09:48:48:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:48:STARTING TEST : setInputStreamTest()
04-12-2024 09:48:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:48:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:49:FINISHED TEST : setInputStreamTest()
04-12-2024 09:48:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:49:STARTING TEST : getHeadersOperationSetTest()
04-12-2024 09:48:49:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:49:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:49:FINISHED TEST : getHeadersOperationSetTest()
04-12-2024 09:48:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:49:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:49:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:49:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:48:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:49:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:48:49:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:49:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:49:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected
04-12-2024 09:48:49:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:48:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM
04-12-2024 09:48:49:STARTING TEST : getInputStreamTest()
04-12-2024 09:48:49:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:49:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << getInputStreamEntity
04-12-2024 09:48:49:FINISHED TEST : getInputStreamTest()
04-12-2024 09:48:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:49:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:48:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:48:49:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-12-2024 09:48:49:###############################
04-12-2024 09:48:49:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-12-2024 09:48:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:48:49:  TRACE: [WIRE] - << Entity
04-12-2024 09:48:49:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : checkCreatedResponseBuilderTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedResponseBuilderTest()
04-12-2024 09:48:49:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:49:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedUriBuilderTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedUriBuilderTest()
04-12-2024 09:48:49:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected
04-12-2024 09:48:49:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest()
04-12-2024 09:48:49:STARTING TEST : createEndpointTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler
04-12-2024 09:48:49:FINISHED TEST : createEndpointTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedVariantListBuilderTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedVariantListBuilderTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateCookieTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateCookieTest()
04-12-2024 09:48:49:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest()
04-12-2024 09:48:49:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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-12-2024 09:48:49:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-12-2024 09:48:49:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-12-2024 09:48:49:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-12-2024 09:48:49:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest()
04-12-2024 09:48:49:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate
04-12-2024 09:48:49:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-12-2024 09:48:49: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.forbiddenexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:FINISHED TEST : constructorTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK ForbiddenException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:48:49: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.rs.internalservererrorexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:FINISHED TEST : constructorTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsIEATest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:found expected getMessage()= TCK InternalServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:FINISHED TEST : constructorTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK NotAcceptableException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status OK as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Created as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Accepted as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status No Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Reset Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Partial Content as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status See Other as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Modified as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Use Proxy as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Request as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unauthorized as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Payment Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Forbidden as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Found as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Conflict as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gone as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Length Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Precondition Required as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Not Implemented as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status OK
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Created
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableStringsThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStringStringsThrowsNPETest()
04-12-2024 09:48:49:NullPointerException has been thrown as expected, for null method
04-12-2024 09:48:49:FINISHED TEST : constructorStringStringStringsThrowsNPETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for when no allow http header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableStringsTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableStringsTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for when no allow http header
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableStringThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null methods
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableStringThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowsNPETest()
04-12-2024 09:48:49:NullPointerException has been thrown as expected, for null method
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowsNPETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStringStringsTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK NotAllowedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringStringStringsTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableStringTest()
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorObjectsTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:FINISHED TEST : constructorObjectsTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-12-2024 09:48:49:NullPointerException has been thrown as expected for null challenge
04-12-2024 09:48:49:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableObjectTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableObjectTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableObjectsTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableObjectsTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringObjectsTest()
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK NotAuthorizedException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringObjectsTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest()
04-12-2024 09:48:49:NullPointerException has been thrown as expected for null challenge
04-12-2024 09:48:49:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:FINISHED TEST : constructorTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK NotFoundException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : constructorThrowableTest()
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49: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.notfoundexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:FINISHED TEST : constructorTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithNullThrowableTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithNullThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithNotNullMessageTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithNotNullMessageTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:48:49:FINISHED TEST : constructorWithCheckedExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorWithRuntimeExceptionTest()
04-12-2024 09:48:49: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.rs.processingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusUriThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusUriThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusUriThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStatusUriThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusNullUriThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntUriThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorIntUriThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusNullUriThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorIntUriTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:FINISHED TEST : constructorIntUriTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusUriTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusUriTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusUriTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:FINISHED TEST : constructorStatusUriTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntUriThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntUriThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Implemented
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntUriTest()
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected location http://oracle.com:888/REDIRECTIONtest
04-12-2024 09:48:49:found expected getMessage()= TCK RedirectionException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntUriTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : valueOfTest()
04-12-2024 09:48:49:#valueOf( CLIENT ) equals CLIENT as expected
04-12-2024 09:48:49:#valueOf( SERVER ) equals SERVER as expected
04-12-2024 09:48:49:FINISHED TEST : valueOfTest()
04-12-2024 09:48:49:STARTING TEST : valuesTest()
04-12-2024 09:48:49:Found CLIENT in valus() CLIENT, SERVER
04-12-2024 09:48:49:Found SERVER in valus() CLIENT, SERVER
04-12-2024 09:48:49: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.servererrorexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:FINISHED TEST : constructorResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:FINISHED TEST : constructorStatusTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusNullThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for null status
04-12-2024 09:48:49:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:FINISHED TEST : constructorIntTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:found expected getMessage()= TCK ServerErrorException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -1
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status 2147483647
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status -2147483648
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorIntThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorIntThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorIntThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status OK
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Created
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Accepted
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status No Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Reset Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Partial Content
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status See Other
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Modified
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Use Proxy
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Bad Request
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unauthorized
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Payment Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Forbidden
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Found
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Timeout
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Conflict
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Gone
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Length Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Precondition Required
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-12-2024 09:48:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-12-2024 09:48:49:STARTING TEST : constructorStatusThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorTest()
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected retry time null
04-12-2024 09:48:49:#hasRetryAfter returned expected false value
04-12-2024 09:48:49: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.webapplicationexceptiontest.JAXRSClientIT
04-12-2024 09:48:49:STARTING TEST : constructorStringNullStatusThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown as expected when null Status
04-12-2024 09:48:49:FINISHED TEST : constructorStringNullStatusThrowsIAETest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableStatusTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableStatusTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringResponseTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableResponseTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:Found expected http Host header
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableResponseTest()
04-12-2024 09:48:49:STARTING TEST : statusNullTest()
04-12-2024 09:48:49:FINISHED TEST : statusNullTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringNullResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringNullResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringIntTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringIntTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableNullResponseTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableNullResponseTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringStatusTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringStatusTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringTest()
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:FINISHED TEST : constructorStringTest()
04-12-2024 09:48:49:STARTING TEST : throwableStatusTest1()
04-12-2024 09:48:49:FINISHED TEST : throwableStatusTest1()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableIntTest()
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected OK status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Created status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Accepted status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected No Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Reset Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Partial Content status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Multiple Choices status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Moved Permanently status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected See Other status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Modified status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Use Proxy status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Temporary Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Permanent Redirect status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Request status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unauthorized status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Payment Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Forbidden status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Found status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Method Not Allowed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Acceptable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Proxy Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Conflict status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gone status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Length Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Entity Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request-URI Too Long status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unsupported Media Type status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Requested Range Not Satisfiable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Expectation Failed status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Precondition Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Too Many Requests status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Request Header Fields Too Large status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Unavailable For Legal Reasons status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Internal Server Error status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Not Implemented status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Bad Gateway status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Service Unavailable status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Gateway Timeout status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected HTTP Version Not Supported status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.RuntimeException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.io.IOException
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Error
04-12-2024 09:48:49:response contains expected Network Authentication Required status
04-12-2024 09:48:49:found expected getMessage()= TCK WebApplicationException description
04-12-2024 09:48:49:getCause contains expected java.lang.Throwable
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableIntTest()
04-12-2024 09:48:49:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest()
04-12-2024 09:48:49:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:48:49:IllegalArgumentException has been thrown when null Status as expected
04-12-2024 09:48:49:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
Apr 12, 2024 9:48:49 AM org.jboss.arquillian.container.impl.MapObject populate
WARNING: Configuration contain properties not supported by the backing object org.jboss.arquillian.container.tomcat.managed.TomcatManagedConfiguration
Unused property entries: {debug=true}
Supported property names: [jmxPort, catalinaBase, startupTimeoutInSeconds, bindHttpPort, pass, shutdownTimeoutInSeconds, jmxServerPort, serverConfig, bindAddress, javaHome, loggingProperties, outputToConsole, catalinaHome, javaVmArguments, urlCharset, jmxVirtualHost, appBase, workDir, user, unpackArchive]
Apr 12, 2024 9:48:49 AM org.jboss.arquillian.container.tomcat.managed.TomcatManagedContainer start
INFO: Starting Tomcat with: [/opt/tools/java/openjdk/jdk-21/21.0.2/bin/java, -Djava.util.logging.config.file=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/logging.properties, -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager, -Dcom.sun.management.jmxremote.port=8089, -Dcom.sun.management.jmxremote.ssl=false, -Dcom.sun.management.jmxremote.authenticate=false, -Xmx512m, -classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/bin/bootstrap.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/bin/tomcat-juli.jar, -Dcatalina.base=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18, -Dcatalina.home=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18, -Djava.io.tmpdir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/temp, org.apache.catalina.startup.Bootstrap, -config, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/server.xml, start]
12-Apr-2024 09:48:50.557 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/11.0.0-M18
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Mar 9 2024 16:22:04 UTC
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 11.0.0.0
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.2.9-300.fc38.x86_64
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /opt/tools/java/openjdk/jdk-21/21.0.2
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           21.0.2+13-58
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:48:50.559 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/conf/logging.properties
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.port=8089
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.ssl=false
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx512m
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:48:50.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18
12-Apr-2024 09:48:50.562 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/temp
12-Apr-2024 09:48:50.564 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]
12-Apr-2024 09:48:50.836 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
12-Apr-2024 09:48:50.857 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [491] milliseconds
12-Apr-2024 09:48:50.920 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
12-Apr-2024 09:48:50.920 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M18]
12-Apr-2024 09:48:50.930 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/ROOT]
12-Apr-2024 09:48:51.858 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:51.885 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/ROOT] has finished in [954] ms
12-Apr-2024 09:48:51.885 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/docs]
12-Apr-2024 09:48:52.302 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:52.304 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/docs] has finished in [419] ms
12-Apr-2024 09:48:52.304 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/examples]
12-Apr-2024 09:48:52.854 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:52.869 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/examples] has finished in [565] ms
12-Apr-2024 09:48:52.869 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/host-manager]
12-Apr-2024 09:48:53.280 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:53.284 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/host-manager] has finished in [414] ms
12-Apr-2024 09:48:53.284 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/manager]
12-Apr-2024 09:48:53.642 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:53.644 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/manager] has finished in [359] ms
12-Apr-2024 09:48:53.647 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
12-Apr-2024 09:48:53.656 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [2797] milliseconds
12-Apr-2024 09:48:53.773 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_java2entity_web.war]
12-Apr-2024 09:48:54.210 INFO [http-nio-8080-exec-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:54.841 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_java2entity_web.war] has finished in [1,068] ms
Apr 12, 2024 9:48:54 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:48:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:55:STARTING TEST : responseGenericEntityTest()
04-12-2024 09:48:55:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:55:FINISHED TEST : responseGenericEntityTest()
04-12-2024 09:48:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:55:STARTING TEST : genericEntityTest()
04-12-2024 09:48:55:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:55:FINISHED TEST : genericEntityTest()
04-12-2024 09:48:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:55:STARTING TEST : directClassTypeTest()
04-12-2024 09:48:55:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:55:FINISHED TEST : directClassTypeTest()
04-12-2024 09:48:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:55:STARTING TEST : responseDirectClassTypeTest()
04-12-2024 09:48:55:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:55:FINISHED TEST : responseDirectClassTypeTest()
12-Apr-2024 09:48:55.152 WARNING [http-nio-8080-exec-7] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:55.153 WARNING [http-nio-8080-exec-7] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:55.155 INFO [http-nio-8080-exec-7] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_java2entity_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.629 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.defaultmapper.DefaultExceptionMapperIT
12-Apr-2024 09:48:55.217 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_defaultmapper_web.war]
Apr 12, 2024 9:48:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:48:55.610 INFO [http-nio-8080-exec-10] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:55.688 INFO [http-nio-8080-exec-10] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_defaultmapper_web.war] has finished in [472] ms
04-12-2024 09:48:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:55:STARTING TEST : overrideDefaultExceptionMapperTest()
04-12-2024 09:48:55:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_defaultmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:55:FINISHED TEST : overrideDefaultExceptionMapperTest()
12-Apr-2024 09:48:55.736 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:55.736 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:55.737 INFO [http-nio-8080-exec-1] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_defaultmapper_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.defaultmapper.DefaultExceptionMapperIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
12-Apr-2024 09:48:55.759 INFO [http-nio-8080-exec-6] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_mapper_web.war]Apr 12, 2024 9:48:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:48:56.148 INFO [http-nio-8080-exec-6] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:56.244 INFO [http-nio-8080-exec-6] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_mapper_web.war] has finished in [485] ms
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : statusOkResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : statusOkResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : throwUncheckedExceptionTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : throwUncheckedExceptionTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : throwableIntOkResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : throwableIntOkResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : throwableOkResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : throwableOkResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : statusIntOkResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : statusIntOkResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : responseEntityTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : responseEntityTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : throwableResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : throwableResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : noResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : noResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : okResponseTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : okResponseTest()
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:56:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
12-Apr-2024 09:48:56.450 WARNING [http-nio-8080-exec-9] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:56.450 WARNING [http-nio-8080-exec-9] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:56.451 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_mapper_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT
12-Apr-2024 09:48:56.515 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_nomapper_web.war]
Apr 12, 2024 9:48:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:48:56.887 INFO [http-nio-8080-exec-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:56.967 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_resource_webappexception_nomapper_web.war] has finished in [451] ms
04-12-2024 09:48:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:56:STARTING TEST : throwableStatusCodeTest()
04-12-2024 09:48:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableStatusCodeTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : throwableTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : getResponseTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : getResponseTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : throwableResponseTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableResponseTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : throwableStatusTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableStatusTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : statusCode401Test()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : statusCode401Test()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : statusCode404Test()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : statusCode404Test()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : throwableStatusTest1()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableStatusTest1()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : status415Test()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : status415Test()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : nullResponseTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : nullResponseTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : throwableResponseTest1()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : throwableResponseTest1()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : responseTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : responseTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : emptyConstructorTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : emptyConstructorTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : status503Test()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : status503Test()
12-Apr-2024 09:48:57.115 WARNING [http-nio-8080-exec-8] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:57.116 WARNING [http-nio-8080-exec-8] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:57.117 INFO [http-nio-8080-exec-8] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_resource_webappexception_nomapper_web]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 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
12-Apr-2024 09:48:57.159 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_cookie_plain_web.war]
Apr 12, 2024 9:48:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:48:57.594 INFO [http-nio-8080-exec-9] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:57.665 INFO [http-nio-8080-exec-9] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_cookie_plain_web.war] has finished in [506] ms
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:57:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:57:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:48:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:48:58.151 WARNING [http-nio-8080-exec-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:58.151 WARNING [http-nio-8080-exec-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:58.153 INFO [http-nio-8080-exec-2] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_cookie_plain_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 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
12-Apr-2024 09:48:58.235 INFO [http-nio-8080-exec-15] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_form_plain_web.war]
12-Apr-2024 09:48:58.787 INFO [http-nio-8080-exec-15] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:48:58.850 INFO [http-nio-8080-exec-15] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_form_plain_web.war] has finished in [615] ms
Apr 12, 2024 9:48:58 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldParamEntityWithConstructorTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formFieldParamEntityWithConstructorTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formParamEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formParamEntityWithFromStringTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formParamEntityWithConstructorTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formParamEntityWithConstructorTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:58:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:58:STARTING TEST : formFieldParamEntityWithFromStringTest()
04-12-2024 09:48:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formFieldParamEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formFieldParamEntityWithEncodedTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formFieldParamEntityWithEncodedTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formParamEntityWithEncodedTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formParamEntityWithEncodedTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formFieldParamEntityWithValueOfTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formFieldParamEntityWithValueOfTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formParamEntityWithValueOfTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formParamEntityWithValueOfTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : formParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : formParamSortedSetEntityWithFromStringTest()
12-Apr-2024 09:48:59.124 WARNING [http-nio-8080-exec-3] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:59.124 WARNING [http-nio-8080-exec-3] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:59.126 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_form_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 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
12-Apr-2024 09:48:59.149 INFO [http-nio-8080-exec-13] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_header_plain_web.war]
12-Apr-2024 09:48:59.605 INFO [http-nio-8080-exec-13] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:48:59 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:48:59.654 INFO [http-nio-8080-exec-13] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_header_plain_web.war] has finished in [505] ms
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:48:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:48:59:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:48:59:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:48:59.850 WARNING [http-nio-8080-exec-3] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:48:59.850 WARNING [http-nio-8080-exec-3] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:48:59.852 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_header_plain_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 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
12-Apr-2024 09:48:59.876 INFO [http-nio-8080-exec-8] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_matrix_plain_web.war]
12-Apr-2024 09:49:00.256 INFO [http-nio-8080-exec-8] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:49:00 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:49:00.304 INFO [http-nio-8080-exec-8] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_matrix_plain_web.war] has finished in [428] ms
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:49:00:[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-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:00:[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-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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-12-2024 09:49:00:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:49:00:[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-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:00:[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-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:49:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:49:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:00:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:[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'
04-12-2024 09:49:00:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:49:00.572 WARNING [http-nio-8080-exec-14] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:49:00.572 WARNING [http-nio-8080-exec-14] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:49:00.574 INFO [http-nio-8080-exec-14] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_matrix_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 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
Apr 12, 2024 9:49:01 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:49:00.644 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_path_plain_web.war]
12-Apr-2024 09:49:01.099 INFO [http-nio-8080-exec-3] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:49:01.166 INFO [http-nio-8080-exec-3] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_path_plain_web.war] has finished in [522] ms
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:49:01:[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-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamEntityWithConstructorTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamEntityWithConstructorTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamEntityWithEncodedTest()
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamEntityWithEncodedTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamEntityWithValueOfTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamEntityWithValueOfTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:01:[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-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : pathFieldParamSetEntityWithFromStringTest()
04-12-2024 09:49:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:01:[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'
04-12-2024 09:49:01:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest()
12-Apr-2024 09:49:01.431 WARNING [http-nio-8080-exec-18] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:49:01.432 WARNING [http-nio-8080-exec-18] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:49:01.433 INFO [http-nio-8080-exec-18] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_path_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 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
Apr 12, 2024 9:49:01 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:49:01.446 INFO [http-nio-8080-exec-12] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_plain_web.war]
12-Apr-2024 09:49:01.826 INFO [http-nio-8080-exec-12] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:49:01.878 INFO [http-nio-8080-exec-12] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_plain_web.war] has finished in [432] ms
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND
04-12-2024 09:49:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:01:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:01:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:01:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:01:STARTING TEST : pathParamOnFieldTest()
04-12-2024 09:49:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080'
04-12-2024 09:49:01:###############################
04-12-2024 09:49:01:[Request] Adding entity: Anything
04-12-2024 09:49:01:FINISHED TEST : pathParamOnFieldTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield
04-12-2024 09:49:01:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:01:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:01:STARTING TEST : headerParamOnFieldTest()
04-12-2024 09:49:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080'
04-12-2024 09:49:01:###############################
04-12-2024 09:49:01:[Request] Adding entity: Anything
04-12-2024 09:49:01:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:01:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:01:FINISHED TEST : headerParamOnFieldTest()
04-12-2024 09:49:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:01:STARTING TEST : queryParamOnFieldTest()
04-12-2024 09:49:01:[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-12-2024 09:49:01:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : queryParamOnFieldTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:STARTING TEST : cookieParamOnFieldTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:FINISHED TEST : cookieParamOnFieldTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:STARTING TEST : formParamOnFieldTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : formParamOnFieldTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : allParamsInParamTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:49:02:  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-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : allParamsInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : matrixParamInParamTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : matrixParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND
04-12-2024 09:49:02:STARTING TEST : pathParamInParamTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : pathParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:01 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:STARTING TEST : headerParamInParamTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : headerParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:STARTING TEST : queryParamInParamTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:02 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : queryParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  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-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:02 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:STARTING TEST : allParamsOnFieldTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-12-2024 09:49:02:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : allParamsOnFieldTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:02 GMT
04-12-2024 09:49:02:STARTING TEST : cookieParamInParamTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : cookieParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:STARTING TEST : formParamInParamTest()
04-12-2024 09:49:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080'
04-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:02 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : formParamInParamTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:49:02:  TRACE: [WIRE] - >> Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:02:STARTING TEST : matrixParamOnFieldTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:###############################
04-12-2024 09:49:02:[Request] Adding entity: Anything
04-12-2024 09:49:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:49:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:02 GMT
04-12-2024 09:49:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:02:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-12-2024 09:49:02:FINISHED TEST : matrixParamOnFieldTest()
12-Apr-2024 09:49:02.339 WARNING [http-nio-8080-exec-28] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:49:02.340 WARNING [http-nio-8080-exec-28] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:49:02.341 INFO [http-nio-8080-exec-28] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_plain_web]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 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
Apr 12, 2024 9:49:02 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:49:02.369 INFO [http-nio-8080-exec-11] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_query_plain_web.war]
12-Apr-2024 09:49:02.738 INFO [http-nio-8080-exec-11] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:49:02.782 INFO [http-nio-8080-exec-11] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_beanparam_query_plain_web.war] has finished in [413] ms
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:[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-12-2024 09:49:02:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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-12-2024 09:49:02:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:02:[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-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:49:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:02:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:49:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:49:02:[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'
04-12-2024 09:49:02:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
12-Apr-2024 09:49:02.970 WARNING [http-nio-8080-exec-22] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:49:02.970 WARNING [http-nio-8080-exec-22] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:49:02.972 INFO [http-nio-8080-exec-22] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_beanparam_query_plain_web]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 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
Apr 12, 2024 9:49:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:49:03.024 INFO [http-nio-8080-exec-18] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war]
12-Apr-2024 09:49:03.393 INFO [http-nio-8080-exec-18] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:49:03.467 INFO [http-nio-8080-exec-18] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war] has finished in [443] ms
04-12-2024 09:49:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:03:STARTING TEST : optionsWithCallbackWhileServerWaitTest()
04-12-2024 09:49:03:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:03:Start time: 1712915343484
04-12-2024 09:49:03:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:03:  TRACE: [WIRE] - >> 
04-12-2024 09:49:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:05:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:05 GMT
04-12-2024 09:49:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:05:Callback#completed() called in 2006 milliseconds from request
04-12-2024 09:49:05:Returned status 200 (OK)
04-12-2024 09:49:05:Callback completed() call ok
04-12-2024 09:49:05:FINISHED TEST : optionsWithCallbackWhileServerWaitTest()
04-12-2024 09:49:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:05:STARTING TEST : methodWithCallbackWhileServerWaitTest()
04-12-2024 09:49:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:49:05:Start time: 1712915345500
04-12-2024 09:49:05:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:05:  TRACE: [WIRE] - >> 
04-12-2024 09:49:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:07:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:49:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:07 GMT
04-12-2024 09:49:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:07:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:07:Returned status 200 (OK)
04-12-2024 09:49:07:Callback completed() call ok
04-12-2024 09:49:07:Start time: 1712915347512
04-12-2024 09:49:07:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:07:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:49:07:  TRACE: [WIRE] - >> 
04-12-2024 09:49:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:09:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:09 GMT
04-12-2024 09:49:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:09:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:09:Returned status 200 (OK)
04-12-2024 09:49:09:Callback completed() call ok
04-12-2024 09:49:09:Start time: 1712915349526
04-12-2024 09:49:09:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:09:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:09:  TRACE: [WIRE] - >> 
04-12-2024 09:49:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:11:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:11 GMT
04-12-2024 09:49:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:11:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:11:Returned status 200 (OK)
04-12-2024 09:49:11:Callback completed() call ok
04-12-2024 09:49:11:FINISHED TEST : methodWithCallbackWhileServerWaitTest()
04-12-2024 09:49:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:11:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:11:  TRACE: [WIRE] - >> 
04-12-2024 09:49:13:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:13:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:13:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:11:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:11:Start time: 1712915351540
04-12-2024 09:49:11:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:13:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:13:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:13 GMT
04-12-2024 09:49:13:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:13:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:13:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:49:13:  TRACE: [WIRE] - >> 
04-12-2024 09:49:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:15:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:49:13:STARTING TEST : methodWithStringClassWhileServerWaitTest()
04-12-2024 09:49:13:Start time: 1712915353555
04-12-2024 09:49:13:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:15 GMT
04-12-2024 09:49:15:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:15:Start time: 1712915355567
04-12-2024 09:49:15:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:49:15:  TRACE: [WIRE] - >> 
04-12-2024 09:49:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:17:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:17 GMT
04-12-2024 09:49:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:17:Start time: 1712915357579
04-12-2024 09:49:17:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:17:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:17:  TRACE: [WIRE] - >> 
04-12-2024 09:49:19:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:19:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:19 GMT
04-12-2024 09:49:19:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:19:FINISHED TEST : methodWithStringClassWhileServerWaitTest()
04-12-2024 09:49:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:19:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:49:19:  TRACE: [WIRE] - >> 
04-12-2024 09:49:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:19:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:19:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:19 GMT
04-12-2024 09:49:19:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:19:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:19:Start time: 1712915359592
04-12-2024 09:49:19:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:49:19:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:19:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:49:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:19:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:49:19:Start time: 1712915359604
04-12-2024 09:49:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:19:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:49:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:19:  TRACE: [WIRE] - >> 
04-12-2024 09:49:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:21:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:21 GMT
04-12-2024 09:49:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:19:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:49:19:Start time: 1712915359640
04-12-2024 09:49:19:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:21:Returned status 200 (OK)
04-12-2024 09:49:21:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:49:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:21:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:49:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:21:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:49:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:21:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:49:21:Start time: 1712915361653
04-12-2024 09:49:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:21:Start time: 1712915361661
04-12-2024 09:49:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:21:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:21:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:49:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:21:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:49:21:Start time: 1712915361670
04-12-2024 09:49:21:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:21:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:23:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:23 GMT
04-12-2024 09:49:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:23:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:23:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:23:Start time: 171291536368304-12-2024 09:49:23:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok

04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:23:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:23:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:23 GMT
04-12-2024 09:49:23:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:23:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:49:23:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:23:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:23:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:49:23:Start time: 1712915363694
04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:49:23:Start time: 1712915363701
04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:49:23:Start time: 1712915363709
04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:23:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:49:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:23:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:49:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:23:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:49:23:Start time: 1712915363717
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:Start time: 1712915363725
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:49:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:23:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:23:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:49:23:Start time: 1712915363733
04-12-2024 09:49:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:23:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:49:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:23:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:49:23:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:49:23:Start time: 1712915363742
04-12-2024 09:49:23:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:23:  TRACE: [WIRE] - >> 
04-12-2024 09:49:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:25:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:49:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:25 GMT
04-12-2024 09:49:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:25:Returned status 200 (OK)
04-12-2024 09:49:25:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:49:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:25:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:49:25:Start time: 171291536575504-12-2024 09:49:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok

04-12-2024 09:49:25:  TRACE: [WIRE] - >> 
04-12-2024 09:49:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:25:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:25:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:25 GMT
04-12-2024 09:49:25:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:49:25:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:49:25:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:49:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:25:STARTING TEST : methodWithResponseClassWhileServerWaitTest()
04-12-2024 09:49:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:49:25:  TRACE: [WIRE] - >> 
04-12-2024 09:49:25:Start time: 1712915365767
04-12-2024 09:49:25:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:27:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:49:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:27 GMT
04-12-2024 09:49:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:27:Returned status 200 (OK)
04-12-2024 09:49:27:Start time: 1712915367778
04-12-2024 09:49:27:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:49:27:  TRACE: [WIRE] - >> 
04-12-2024 09:49:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:29:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:29 GMT
04-12-2024 09:49:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:29:Returned status 200 (OK)
04-12-2024 09:49:29:Start time: 1712915369789
04-12-2024 09:49:29:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:29:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:49:29:  TRACE: [WIRE] - >> 
04-12-2024 09:49:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:31:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:31 GMT
04-12-2024 09:49:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:31:Returned status 200 (OK)
04-12-2024 09:49:31:FINISHED TEST : methodWithResponseClassWhileServerWaitTest()
04-12-2024 09:49:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:31:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:49:31:  TRACE: [WIRE] - >> 
04-12-2024 09:49:31:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:31:Start time: 1712915371802
04-12-2024 09:49:31:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:33:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:33:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:49:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:33 GMT
04-12-2024 09:49:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:33:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:33:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:49:33:  TRACE: [WIRE] - >> 
04-12-2024 09:49:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:33 GMT
04-12-2024 09:49:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:33:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:33:Start time: 1712915373815
04-12-2024 09:49:33:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:49:33:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:33:STARTING TEST : postWhileServerWaitTest()
04-12-2024 09:49:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:49:33:Start time: 1712915373826
04-12-2024 09:49:33:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:33:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:49:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:35 GMT
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:35:Returned status 200 (OK)
04-12-2024 09:49:35:FINISHED TEST : postWhileServerWaitTest()
04-12-2024 09:49:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:35:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-12-2024 09:49:35:  TRACE: [WIRE] - >> 
04-12-2024 09:49:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:35:STARTING TEST : headTest()
04-12-2024 09:49:35:Start time: 1712915375845
04-12-2024 09:49:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:35 GMT
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:35:Returned status 200 (OK)
04-12-2024 09:49:35:FINISHED TEST : headTest()
04-12-2024 09:49:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:35:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:49:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:35 GMT
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:35:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:49:35:Start time: 1712915375858
04-12-2024 09:49:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:49:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:49:35:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:49:35:Start time: 1712915375894
04-12-2024 09:49:35:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:35 GMT
04-12-2024 09:49:35:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:49:35:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:49:35:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:49:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:35:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:49:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:35:STARTING TEST : putWithStringCallbackWhileServerWaitTest()
04-12-2024 09:49:35:Start time: 1712915375905
04-12-2024 09:49:35:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:37:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:37 GMT
04-12-2024 09:49:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:37:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:38:Callback completed() call ok
04-12-2024 09:49:38:FINISHED TEST : putWithStringCallbackWhileServerWaitTest()
04-12-2024 09:49:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:38:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:49:38:  TRACE: [WIRE] - >> 
04-12-2024 09:49:38:STARTING TEST : traceWhileServerWaitTest()
04-12-2024 09:49:38:Start time: 1712915378018
04-12-2024 09:49:38:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:40:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:49:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:40 GMT
04-12-2024 09:49:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:40:Returned status 200 (OK)
04-12-2024 09:49:40:FINISHED TEST : traceWhileServerWaitTest()
04-12-2024 09:49:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:40:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:49:40:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:49:40:Start time: 1712915380031
04-12-2024 09:49:40:  TRACE: [WIRE] - >> 
04-12-2024 09:49:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:40:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:40:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:49:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:40:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-12-2024 09:49:40:  TRACE: [WIRE] - >> 
04-12-2024 09:49:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:40:STARTING TEST : headWhileServerWaitTest()
04-12-2024 09:49:40:Start time: 1712915380043
04-12-2024 09:49:40:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:42 GMT
04-12-2024 09:49:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:42:Returned status 200 (OK)
04-12-2024 09:49:42:FINISHED TEST : headWhileServerWaitTest()
04-12-2024 09:49:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:42:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:49:42:  TRACE: [WIRE] - >> 
04-12-2024 09:49:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:42:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:42:Start time: 1712915382056
04-12-2024 09:49:42:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:44:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:49:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:44 GMT
04-12-2024 09:49:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:44:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:49:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:44:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:49:44:Start time: 171291538406904-12-2024 09:49:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok

04-12-2024 09:49:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:44 GMT
04-12-2024 09:49:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:49:44:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:49:44:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:49:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:44:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:49:44:  TRACE: [WIRE] - >> 
04-12-2024 09:49:44:STARTING TEST : traceWithStringCallbackWhileServerWaitTest()
04-12-2024 09:49:44:Start time: 1712915384081
04-12-2024 09:49:44:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:46:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:49:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:46 GMT
04-12-2024 09:49:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:46:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:46:Callback completed() call ok
04-12-2024 09:49:46:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest()
04-12-2024 09:49:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:46:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()04-12-2024 09:49:46:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait

04-12-2024 09:49:46:Start time: 1712915386094
04-12-2024 09:49:46:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:46:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:48:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:48:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:48:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:48:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:48:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:48 GMT
04-12-2024 09:49:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:48:Start time: 1712915388105
04-12-2024 09:49:48:Client was returned control in 0 milliseconds from request04-12-2024 09:49:48:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait

04-12-2024 09:49:48:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:49:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:50 GMT
04-12-2024 09:49:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:50:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
04-12-2024 09:49:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:50:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:49:50:Start time: 1712915390118
04-12-2024 09:49:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:49:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:50:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:50:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:50:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:50 GMT
04-12-2024 09:49:50:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:49:50:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:49:50:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:49:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:50:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:49:50:Start time: 1712915390130
04-12-2024 09:49:50:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:49:50:  TRACE: [WIRE] - >> 
04-12-2024 09:49:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:50:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:50:Start time: 1712915390141
04-12-2024 09:49:50:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:49:50:  TRACE: [WIRE] - >> 
04-12-2024 09:49:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:50:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:50:Start time: 1712915390148
04-12-2024 09:49:50:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:49:50:  TRACE: [WIRE] - >> 
04-12-2024 09:49:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:50:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:50:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:49:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:50:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:50:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:49:50:Start time: 1712915390157
04-12-2024 09:49:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:50:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:50:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:49:50:STARTING TEST : postWithCallbackWhileServerWaitTest()
04-12-2024 09:49:50:Start time: 1712915390166
04-12-2024 09:49:50:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:49:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:52 GMT
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:52:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:49:52:Returned status 200 (OK)
04-12-2024 09:49:52:Callback completed() call ok
04-12-2024 09:49:52:FINISHED TEST : postWithCallbackWhileServerWaitTest()
04-12-2024 09:49:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:52:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:49:52:  TRACE: [WIRE] - >> 
04-12-2024 09:49:52:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:49:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:49:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:52 GMT
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:49:52:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:52:Start time: 1712915392193
04-12-2024 09:49:52:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:49:52:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:49:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:52:STARTING TEST : methodTest()
04-12-2024 09:49:52:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:49:52:Start time: 1712915392205
04-12-2024 09:49:52:  TRACE: [WIRE] - >> 
04-12-2024 09:49:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:49:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:52 GMT
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:52:Returned status 200 (OK)
04-12-2024 09:49:52:Start time: 171291539221404-12-2024 09:49:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get

04-12-2024 09:49:52:  TRACE: [WIRE] - >> 
04-12-2024 09:49:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:52 GMT
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:52:Returned status 200 (OK)
04-12-2024 09:49:52:Start time: 1712915392223
04-12-2024 09:49:52:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:49:52:  TRACE: [WIRE] - >> 
04-12-2024 09:49:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:49:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:52 GMT
04-12-2024 09:49:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:52:Returned status 200 (OK)
04-12-2024 09:49:52:FINISHED TEST : methodTest()
04-12-2024 09:49:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:52:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:49:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:52:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:52:Start time: 1712915392234
04-12-2024 09:49:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:49:52:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:49:52:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:49:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:52:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-12-2024 09:49:52:Start time: 1712915392243
04-12-2024 09:49:52:Client was returned control in 0 milliseconds from request
04-12-2024 09:49:52:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:49:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:54:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:54:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:54 GMT
04-12-2024 09:49:54:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:54:Returned status 200 (OK)
04-12-2024 09:49:54:Start time: 1712915394254
04-12-2024 09:49:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:49:54:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:56:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:56:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:56:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:56:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:49:56:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:56 GMT
04-12-2024 09:49:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:56:Returned status 200 (OK)
04-12-2024 09:49:56:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-12-2024 09:49:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:56:STARTING TEST : putWithStringClassWhileServerWaitTest()
04-12-2024 09:49:56:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:49:56:Start time: 1712915396266
04-12-2024 09:49:56:Client was returned control in 1 milliseconds from request
04-12-2024 09:49:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:49:58:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:49:58:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:49:58:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:49:58:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:49:58:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:49:58 GMT
04-12-2024 09:49:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:58:FINISHED TEST : putWithStringClassWhileServerWaitTest()
04-12-2024 09:49:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:49:58:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:49:58:  TRACE: [WIRE] - >> 
04-12-2024 09:50:00:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:00 GMT
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:49:58:STARTING TEST : deleteWhileServerWaitTest()
04-12-2024 09:49:58:Start time: 1712915398278
04-12-2024 09:49:58:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:00:Returned status 200 (OK)
04-12-2024 09:50:00:FINISHED TEST : deleteWhileServerWaitTest()
04-12-2024 09:50:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:00:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:00:  TRACE: [WIRE] - >> 
04-12-2024 09:50:00:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:00 GMT
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:00:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:00:Start time: 1712915400292
04-12-2024 09:50:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:00:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:00:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:00:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:00:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:00 GMT
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:00:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:00:Start time: 1712915400302
04-12-2024 09:50:00:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:00:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:00:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:50:00:Start time: 1712915400312
04-12-2024 09:50:00:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:50:00:  TRACE: [WIRE] - >> 
04-12-2024 09:50:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:00:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:00:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:50:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:00:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:50:00:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:00:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:00 GMT
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:00:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:00:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:00:Start time: 1712915400322
04-12-2024 09:50:00:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:00:Start time: 1712915400331
04-12-2024 09:50:00:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:00:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:00:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:00:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:00 GMT
04-12-2024 09:50:00:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:00:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:00:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:00:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:00:STARTING TEST : headWithCallbackWhileServerWaitTest()
04-12-2024 09:50:00:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-12-2024 09:50:00:Start time: 1712915400342
04-12-2024 09:50:00:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:00:  TRACE: [WIRE] - >> 
04-12-2024 09:50:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:02 GMT
04-12-2024 09:50:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:02:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:50:02:Returned status 200 (OK)
04-12-2024 09:50:02:Callback completed() call ok
04-12-2024 09:50:02:FINISHED TEST : headWithCallbackWhileServerWaitTest()
04-12-2024 09:50:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:02:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:50:02:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:02:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:50:02:Start time: 1712915402367
04-12-2024 09:50:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:02:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:02:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:50:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:02:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:50:02:  TRACE: [WIRE] - >> 
04-12-2024 09:50:02:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:50:02:Start time: 1712915402376
04-12-2024 09:50:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:02:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:02:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:50:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:02:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:02:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:02:STARTING TEST : putWhileServerWaitTest()
04-12-2024 09:50:02:Start time: 1712915402384
04-12-2024 09:50:02:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:04:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:04 GMT
04-12-2024 09:50:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:04:Returned status 200 (OK)
04-12-2024 09:50:04:FINISHED TEST : putWhileServerWaitTest()
04-12-2024 09:50:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:04:  TRACE: [WIRE] - >> 
04-12-2024 09:50:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:06:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:06 GMT
04-12-2024 09:50:04:STARTING TEST : getWithStringClassWhileServerWaitTest()
04-12-2024 09:50:04:Start time: 1712915404396
04-12-2024 09:50:04:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:06:FINISHED TEST : getWithStringClassWhileServerWaitTest()
04-12-2024 09:50:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:06:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:50:06:  TRACE: [WIRE] - >> 
04-12-2024 09:50:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:06:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:06:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:06 GMT
04-12-2024 09:50:06:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:06:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:06:Start time: 1712915406408
04-12-2024 09:50:06:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:06:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:06:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:06:  TRACE: [WIRE] - >> 
04-12-2024 09:50:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:06:STARTING TEST : deleteWithCallbackWhileServerWaitTest()
04-12-2024 09:50:06:Start time: 1712915406418
04-12-2024 09:50:06:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:08:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:08 GMT
04-12-2024 09:50:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:08:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:50:08:Returned status 200 (OK)
04-12-2024 09:50:08:Callback completed() call ok
04-12-2024 09:50:08:FINISHED TEST : deleteWithCallbackWhileServerWaitTest()
04-12-2024 09:50:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:08:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:08:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:50:08:Start time: 1712915408429
04-12-2024 09:50:08:  TRACE: [WIRE] - >> 
04-12-2024 09:50:08:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:08:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:08:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:08 GMT
04-12-2024 09:50:08:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:08:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:08:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:08:STARTING TEST : deleteWithStringClassWhileServerWaitTest()
04-12-2024 09:50:08:Start time: 1712915408441
04-12-2024 09:50:08:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:08:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:08:  TRACE: [WIRE] - >> 
04-12-2024 09:50:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:10:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:10 GMT
04-12-2024 09:50:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:10:FINISHED TEST : deleteWithStringClassWhileServerWaitTest()
04-12-2024 09:50:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:10:STARTING TEST : traceWithStringClassWhileServerWaitTest()
04-12-2024 09:50:10:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:50:10:Start time: 1712915410453
04-12-2024 09:50:10:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:10:  TRACE: [WIRE] - >> 
04-12-2024 09:50:12:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:50:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:12 GMT
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:12:FINISHED TEST : traceWithStringClassWhileServerWaitTest()
04-12-2024 09:50:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:12:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:50:12:STARTING TEST : optionsTest()
04-12-2024 09:50:12:Start time: 1712915412466
04-12-2024 09:50:12:  TRACE: [WIRE] - >> 
04-12-2024 09:50:12:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:50:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:12 GMT
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:12:Returned status 200 (OK)
04-12-2024 09:50:12:FINISHED TEST : optionsTest()
04-12-2024 09:50:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:12:  TRACE: [WIRE] - >> 
04-12-2024 09:50:12:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:12 GMT
04-12-2024 09:50:12:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:12:Start time: 1712915412477
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:12:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:12:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:12:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:12:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:12:Start time: 1712915412486
04-12-2024 09:50:12:  TRACE: [WIRE] - >> 
04-12-2024 09:50:12:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:12 GMT
04-12-2024 09:50:12:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:12:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:12:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:50:12:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:14:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:50:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:14 GMT
04-12-2024 09:50:14:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:12:STARTING TEST : postWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:12:Start time: 1712915412496
04-12-2024 09:50:12:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:14:Returned status 200 (OK)
04-12-2024 09:50:14:FINISHED TEST : postWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:14:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:50:14:  TRACE: [WIRE] - >> 
04-12-2024 09:50:14:STARTING TEST : optionsWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:14:Start time: 1712915414508
04-12-2024 09:50:14:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:16:Returned status 200 (OK)
04-12-2024 09:50:16:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416520
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416542
04-12-2024 09:50:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:Start time: 1712915416552
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:50:16:Start time: 1712915416562
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:16:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:16:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:16:STARTING TEST : putTest()
04-12-2024 09:50:16:Start time: 1712915416572
04-12-2024 09:50:16:Returned status 200 (OK)
04-12-2024 09:50:16:FINISHED TEST : putTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416582
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:50:16:Start time: 1712915416591
04-12-2024 09:50:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:16:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:16:Start time: 1712915416600
04-12-2024 09:50:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:16:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:16:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416623
04-12-2024 09:50:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:50:16:STARTING TEST : getTest()
04-12-2024 09:50:16:Start time: 1712915416633
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:16:Returned status 200 (OK)
04-12-2024 09:50:16:FINISHED TEST : getTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:16:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:16:Start time: 1712915416644
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:16:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:16:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:50:16:Start time: 1712915416656
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:16:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:16:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416666
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:50:16:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:Start time: 1712915416676
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:16:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:16:Start time: 1712915416682
04-12-2024 09:50:16:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:16:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:16:Start time: 1712915416731
04-12-2024 09:50:16:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:16:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:16:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416743
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:Start time: 1712915416753
04-12-2024 09:50:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:Start time: 1712915416762
04-12-2024 09:50:16:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:Start time: 1712915416836
04-12-2024 09:50:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:16:  TRACE: [WIRE] - >> 
04-12-2024 09:50:16:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:16 GMT
04-12-2024 09:50:16:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:16:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:16:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:16:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:18:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:18 GMT
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:16:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:50:16:Start time: 1712915416847
04-12-2024 09:50:16:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:18:Returned status 200 (OK)
04-12-2024 09:50:18:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:50:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:18:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:18:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:18 GMT
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:18:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:18:Start time: 1712915418858
04-12-2024 09:50:18:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:18:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:18:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:18:  TRACE: [WIRE] - >> 
04-12-2024 09:50:18:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:18:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:18:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:18:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:18 GMT
04-12-2024 09:50:18:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:18:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:50:18:Start time: 1712915418869
04-12-2024 09:50:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:18:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:18:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:50:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:18:  TRACE: [WIRE] - >> 
04-12-2024 09:50:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:18:STARTING TEST : getWithCallbackWhileServerWaitTest()
04-12-2024 09:50:18:Start time: 1712915418879
04-12-2024 09:50:18:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:20:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:20 GMT
04-12-2024 09:50:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:20:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:50:20:Returned status 200 (OK)
04-12-2024 09:50:20:Callback completed() call ok
04-12-2024 09:50:20:FINISHED TEST : getWithCallbackWhileServerWaitTest()
04-12-2024 09:50:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:20:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:50:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:50:20:Start time: 1712915420890
04-12-2024 09:50:20:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:22:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:50:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:22 GMT
04-12-2024 09:50:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:22:Returned status 200 (OK)
04-12-2024 09:50:22:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:50:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:22:STARTING TEST : putWithCallbackWhileServerWaitTest()
04-12-2024 09:50:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:22:Start time: 1712915422902
04-12-2024 09:50:22:Client was returned control in 15 milliseconds from request
04-12-2024 09:50:22:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:24 GMT
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:24:Callback#completed() called in 2019 milliseconds from request
04-12-2024 09:50:24:Returned status 200 (OK)
04-12-2024 09:50:24:Callback completed() call ok
04-12-2024 09:50:24:FINISHED TEST : putWithCallbackWhileServerWaitTest()
04-12-2024 09:50:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:24:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:50:24:Start time: 1712915424929
04-12-2024 09:50:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:24:  TRACE: [WIRE] - >> 
04-12-2024 09:50:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:24 GMT
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:24:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
04-12-2024 09:50:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:24:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:24:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:24:Start time: 1712915424939
04-12-2024 09:50:24:  TRACE: [WIRE] - >> 
04-12-2024 09:50:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:24 GMT
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:24:Start time: 171291542495804-12-2024 09:50:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok

04-12-2024 09:50:24:  TRACE: [WIRE] - >> 
04-12-2024 09:50:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:24 GMT
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:24:Start time: 1712915424966
04-12-2024 09:50:24:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:24:  TRACE: [WIRE] - >> 
04-12-2024 09:50:24:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:24 GMT
04-12-2024 09:50:24:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:24:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:24:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:24:STARTING TEST : getWithCallbackStringWhileServerWaitTest()
04-12-2024 09:50:24:Start time: 1712915424977
04-12-2024 09:50:24:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:24:  TRACE: [WIRE] - >> 
04-12-2024 09:50:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:26:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:26 GMT
04-12-2024 09:50:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:26:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:50:27:Callback completed() call ok
04-12-2024 09:50:27:FINISHED TEST : getWithCallbackStringWhileServerWaitTest()
04-12-2024 09:50:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:27:STARTING TEST : deleteThrowsExceptionTest()
04-12-2024 09:50:27:Start time: 171291542708804-12-2024 09:50:27:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete

04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:27:FINISHED TEST : deleteThrowsExceptionTest()
04-12-2024 09:50:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:27:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:50:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:50:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:27:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:50:27:Start time: 1712915427101
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:27:Start time: 1712915427108
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:27:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:50:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:27:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:27:Start time: 1712915427116
04-12-2024 09:50:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:26 GMT
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:27:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:27:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:27:Start time: 1712915427125
04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:26 GMT
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:27:Start time: 1712915427134
04-12-2024 09:50:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:26 GMT
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:27:Start time: 1712915427142
04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:26 GMT
04-12-2024 09:50:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:27:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:50:27:  TRACE: [WIRE] - >> 
04-12-2024 09:50:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:50:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:29 GMT
04-12-2024 09:50:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:27:STARTING TEST : traceWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:27:Start time: 1712915427155
04-12-2024 09:50:27:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:29:Returned status 200 (OK)
04-12-2024 09:50:29:FINISHED TEST : traceWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:29:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:50:29:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:29:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:50:29:Start time: 1712915429170
04-12-2024 09:50:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:29:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:29:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:50:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:29:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:29:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:29:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:50:29:Start time: 1712915429179
04-12-2024 09:50:29:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:31:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:31 GMT
04-12-2024 09:50:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:31:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:50:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:31:STARTING TEST : traceWithCallbackWhileServerWaitTest()
04-12-2024 09:50:31:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-12-2024 09:50:31:Start time: 1712915431191
04-12-2024 09:50:31:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:31:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:33:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:50:33:Returned status 200 (OK)
04-12-2024 09:50:33:Callback completed() call ok
04-12-2024 09:50:33:FINISHED TEST : traceWithCallbackWhileServerWaitTest()
04-12-2024 09:50:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:33:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:50:33:Start time: 1712915433217
04-12-2024 09:50:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:33:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:33:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:50:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:33:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:33:Start time: 1712915433226
04-12-2024 09:50:33:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:33:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:33:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:33:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:33:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:50:33:Start time: 1712915433236
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:33:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:33:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:50:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:33:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:33:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:33:Start time: 1712915433245
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:33:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:33:Start time: 1712915433253
04-12-2024 09:50:33:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:33:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:33:Start time: 1712915433261
04-12-2024 09:50:33:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:33:  TRACE: [WIRE] - >> 
04-12-2024 09:50:33:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:33 GMT
04-12-2024 09:50:33:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:33:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:33:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:33:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:33:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest()
04-12-2024 09:50:33:Start time: 1712915433274
04-12-2024 09:50:33:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:33:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:35:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:35 GMT
04-12-2024 09:50:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:35:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:50:35:Returned status 200 (OK)
04-12-2024 09:50:35:Callback completed() call ok
04-12-2024 09:50:35:Start time: 1712915435285
04-12-2024 09:50:35:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:50:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:37:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:50:37:Returned status 200 (OK)
04-12-2024 09:50:37:Callback completed() call ok
04-12-2024 09:50:37:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:37:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:37:Start time: 1712915437298
04-12-2024 09:50:37:  TRACE: [WIRE] - >> 
04-12-2024 09:50:37:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:37:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:37:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:50:37:  TRACE: [WIRE] - >> 
04-12-2024 09:50:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:STARTING TEST : traceTest()
04-12-2024 09:50:37:Start time: 1712915437308
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:37:Returned status 200 (OK)
04-12-2024 09:50:37:FINISHED TEST : traceTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:50:37:STARTING TEST : postTest()
04-12-2024 09:50:37:Start time: 1712915437317
04-12-2024 09:50:37:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:37:Returned status 200 (OK)
04-12-2024 09:50:37:FINISHED TEST : postTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:37:  TRACE: [WIRE] - >> 
04-12-2024 09:50:37:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:37:Start time: 1712915437327
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:37:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:37:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:50:37:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:50:37:Start time: 1712915437338
04-12-2024 09:50:37:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:37:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:37:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:37:Start time: 171291543734604-12-2024 09:50:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:50:37:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:37:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20

04-12-2024 09:50:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:37 GMT
04-12-2024 09:50:37:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:37:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:37:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:50:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:37:  TRACE: [WIRE] - >> 
04-12-2024 09:50:39:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:39:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:39:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:39:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:39:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:39 GMT
04-12-2024 09:50:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:37:STARTING TEST : getWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:37:Start time: 1712915437356
04-12-2024 09:50:37:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:39:Returned status 200 (OK)
04-12-2024 09:50:39:FINISHED TEST : getWithResponseClassWhileServerWaitTest()
04-12-2024 09:50:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:39:STARTING TEST : methodWhileServerWaitTest()
04-12-2024 09:50:39:Start time: 1712915439368
04-12-2024 09:50:39:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:39:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:39:  TRACE: [WIRE] - >> 
04-12-2024 09:50:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:41:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:41 GMT
04-12-2024 09:50:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:41:Returned status 200 (OK)
04-12-2024 09:50:41:Start time: 1712915441390
04-12-2024 09:50:41:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:41:  TRACE: [WIRE] - >> 
04-12-2024 09:50:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:43 GMT
04-12-2024 09:50:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:43:Returned status 200 (OK)
04-12-2024 09:50:43:Start time: 1712915443400
04-12-2024 09:50:43:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:43:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:50:43:  TRACE: [WIRE] - >> 
04-12-2024 09:50:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:45:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:50:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:45 GMT
04-12-2024 09:50:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:45:Returned status 200 (OK)
04-12-2024 09:50:45:FINISHED TEST : methodWhileServerWaitTest()
04-12-2024 09:50:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:45:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:45:Start time: 1712915445411
04-12-2024 09:50:45:  TRACE: [WIRE] - >> 
04-12-2024 09:50:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:45 GMT
04-12-2024 09:50:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:50:45:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:50:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:45:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:50:45:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:50:45:Start time: 1712915445421
04-12-2024 09:50:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:50:45:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:50:45:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:50:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:45:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest()
04-12-2024 09:50:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:45:Start time: 1712915445432
04-12-2024 09:50:45:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:45:  TRACE: [WIRE] - >> 
04-12-2024 09:50:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:47 GMT
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:47:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:50:47:Callback completed() call ok
04-12-2024 09:50:47:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest()
04-12-2024 09:50:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:47:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:50:47:  TRACE: [WIRE] - >> 
04-12-2024 09:50:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:47 GMT
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:47:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:47:Start time: 1712915447443
04-12-2024 09:50:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:50:47:  TRACE: [WIRE] - >> 
04-12-2024 09:50:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:47:Start time: 1712915447452
04-12-2024 09:50:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:47 GMT
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:47:Start time: 1712915447460
04-12-2024 09:50:47:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:50:47:  TRACE: [WIRE] - >> 
04-12-2024 09:50:47:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:50:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:50:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:47 GMT
04-12-2024 09:50:47:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:50:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:50:47:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:50:47:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:50:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:47:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:50:47:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:47:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-12-2024 09:50:47:Start time: 1712915447473
04-12-2024 09:50:47:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:49:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:49 GMT
04-12-2024 09:50:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:49:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:50:49:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:50:49:Returned status 200 (OK)
04-12-2024 09:50:49:Start time: 1712915449483
04-12-2024 09:50:49:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:50:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:51 GMT
04-12-2024 09:50:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:51:Returned status 200 (OK)
04-12-2024 09:50:51:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-12-2024 09:50:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:51:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:50:51:  TRACE: [WIRE] - >> 
04-12-2024 09:50:53:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:53:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:53:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:51:STARTING TEST : optionsWithStringClassWhileServerWaitTest()
04-12-2024 09:50:51:Start time: 1712915451495
04-12-2024 09:50:51:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:53:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:50:53:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:53 GMT
04-12-2024 09:50:53:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:53:FINISHED TEST : optionsWithStringClassWhileServerWaitTest()
04-12-2024 09:50:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:53:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:53:  TRACE: [WIRE] - >> 
04-12-2024 09:50:55:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:55:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:55:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:55:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:50:55:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:55 GMT
04-12-2024 09:50:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:53:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:50:53:Start time: 1712915453507
04-12-2024 09:50:53:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:50:55:  TRACE: [WIRE] - >> 
04-12-2024 09:50:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:57:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:50:55:Start time: 1712915455519
04-12-2024 09:50:55:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:57 GMT
04-12-2024 09:50:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:57:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:50:57:  TRACE: [WIRE] - >> 
04-12-2024 09:50:57:Start time: 1712915457529
04-12-2024 09:50:57:Client was returned control in 0 milliseconds from request
04-12-2024 09:50:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:50:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:50:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:50:59:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:50:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:50:59 GMT
04-12-2024 09:50:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:50:59:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:50:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:50:59:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:50:59:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:50:59:Start time: 1712915459540
04-12-2024 09:50:59:Client was returned control in 1 milliseconds from request
04-12-2024 09:50:59:  TRACE: [WIRE] - >> 
04-12-2024 09:51:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:01 GMT
04-12-2024 09:51:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:01:Returned status 200 (OK)
04-12-2024 09:51:01:Start time: 1712915461566
04-12-2024 09:51:01:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:51:01:  TRACE: [WIRE] - >> 
04-12-2024 09:51:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:03:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:03 GMT
04-12-2024 09:51:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:03:Returned status 200 (OK)
04-12-2024 09:51:03:Start time: 1712915463579
04-12-2024 09:51:03:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:03:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:51:03:  TRACE: [WIRE] - >> 
04-12-2024 09:51:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:05:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:05 GMT
04-12-2024 09:51:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:05:Returned status 200 (OK)
04-12-2024 09:51:05:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:51:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:51:05:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:51:05:Start time: 1712915465591
04-12-2024 09:51:05:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:05:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:05:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:05:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:05 GMT
04-12-2024 09:51:05:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:51:05:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:51:05:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:51:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:05:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:51:05:  TRACE: [WIRE] - >> 
04-12-2024 09:51:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:05:STARTING TEST : deleteWithResponseClassWhileServerWaitTest()
04-12-2024 09:51:05:Start time: 1712915465604
04-12-2024 09:51:05:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:07:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:07 GMT
04-12-2024 09:51:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:07:Returned status 200 (OK)
04-12-2024 09:51:07:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest()
04-12-2024 09:51:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:07:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:51:07:  TRACE: [WIRE] - >> 
04-12-2024 09:51:07:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:07:Start time: 1712915467614
04-12-2024 09:51:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site04-12-2024 09:51:07:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:51:07:  TRACE: [WIRE] - >> 

04-12-2024 09:51:07:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:07:Start time: 1712915467625
04-12-2024 09:51:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:07:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:07:Start time: 1712915467631
04-12-2024 09:51:07:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:51:07:  TRACE: [WIRE] - >> 
04-12-2024 09:51:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:07:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:07:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:07:STARTING TEST : methodWithEntityWhileServerWaitTest()
04-12-2024 09:51:07:Start time: 171291546763904-12-2024 09:51:07:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait

04-12-2024 09:51:07:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:07:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:09:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:09 GMT
04-12-2024 09:51:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:09:Returned status 200 (OK)
04-12-2024 09:51:09:Start time: 1712915469649
04-12-2024 09:51:09:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:51:09:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:11:Returned status 200 (OK)
04-12-2024 09:51:11:FINISHED TEST : methodWithEntityWhileServerWaitTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:51:11:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:51:11:Start time: 1712915471662
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:11:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:11:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:51:11:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:11:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:51:11:Start time: 1712915471673
04-12-2024 09:51:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:51:11:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:51:11:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:11:Start time: 1712915471684
04-12-2024 09:51:11:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:11:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:11:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:11:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:51:11:Start time: 1712915471692
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:51:11:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:51:11:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:11:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:11:Start time: 1712915471703
04-12-2024 09:51:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:11:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:11:Start time: 1712915471724
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:11:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:11:Start time: 1712915471732
04-12-2024 09:51:11:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:11 GMT
04-12-2024 09:51:11:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:11:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:11:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:11:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:51:11:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:51:11:  TRACE: [WIRE] - >> 
04-12-2024 09:51:11:Start time: 1712915471742
04-12-2024 09:51:11:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:13:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:13:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:13:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:13:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:13:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:13 GMT
04-12-2024 09:51:13:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:13:Returned status 200 (OK)
04-12-2024 09:51:13:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:51:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:13:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:51:13:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:13:Start time: 1712915473759
04-12-2024 09:51:13:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:13:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:13:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:13:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:13:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:13:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:13:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:13 GMT
04-12-2024 09:51:13:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:13:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:13:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:13:STARTING TEST : optionsWhileServerWaitTest()
04-12-2024 09:51:13:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:51:13:Start time: 1712915473777
04-12-2024 09:51:13:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:13:  TRACE: [WIRE] - >> 
04-12-2024 09:51:15:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:15:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:15:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:15:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:15:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:15 GMT
04-12-2024 09:51:15:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:15:Returned status 200 (OK)
04-12-2024 09:51:15:FINISHED TEST : optionsWhileServerWaitTest()
04-12-2024 09:51:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:15:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:51:15:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:15:STARTING TEST : putWithResponseClassWhileServerWaitTest()
04-12-2024 09:51:15:Start time: 1712915475789
04-12-2024 09:51:15:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:17:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:17:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:17:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:17:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:17:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:17 GMT
04-12-2024 09:51:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:17:Returned status 200 (OK)
04-12-2024 09:51:17:FINISHED TEST : putWithResponseClassWhileServerWaitTest()
04-12-2024 09:51:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:17:STARTING TEST : getWhileServerWaitTest()
04-12-2024 09:51:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:51:17:Start time: 1712915477801
04-12-2024 09:51:17:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:17:  TRACE: [WIRE] - >> 
04-12-2024 09:51:19:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:19 GMT
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:19:Returned status 200 (OK)
04-12-2024 09:51:19:FINISHED TEST : getWhileServerWaitTest()
04-12-2024 09:51:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-12-2024 09:51:19:  TRACE: [WIRE] - >> 
04-12-2024 09:51:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:19 GMT
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:19:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:19:Start time: 1712915479813
04-12-2024 09:51:19:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:19:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:19:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-12-2024 09:51:19:  TRACE: [WIRE] - >> 
04-12-2024 09:51:19:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:19:Start time: 1712915479823
04-12-2024 09:51:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:19:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:19:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:51:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:19:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:19:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:19:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:19 GMT
04-12-2024 09:51:19:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:19:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:19:Start time: 1712915479834
04-12-2024 09:51:19:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:19:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:51:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:21:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:19:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-12-2024 09:51:19:Start time: 1712915479845
04-12-2024 09:51:19:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:21:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:21:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:21:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:21:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:21 GMT
04-12-2024 09:51:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:21:Start time: 1712915481856
04-12-2024 09:51:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:51:21:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:23:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:23:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:23:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:23:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:23:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:23 GMT
04-12-2024 09:51:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:23:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-12-2024 09:51:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:23:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-12-2024 09:51:23:  TRACE: [WIRE] - >> 
04-12-2024 09:51:23:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:23:Start time: 1712915483869
04-12-2024 09:51:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:23:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:23:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:23:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:51:23:  TRACE: [WIRE] - >> 
04-12-2024 09:51:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:23:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest()
04-12-2024 09:51:23:Start time: 1712915483878
04-12-2024 09:51:23:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:25 GMT
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:25:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:51:25:Callback completed() call ok
04-12-2024 09:51:25:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest()
04-12-2024 09:51:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:25:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:51:25:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:25 GMT
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:25:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:51:25:Start time: 1712915485889
04-12-2024 09:51:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:51:25:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:51:25:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:51:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:25:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-12-2024 09:51:25:  TRACE: [WIRE] - >> 
04-12-2024 09:51:25:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:51:25:Start time: 1712915485916
04-12-2024 09:51:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:25:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:25:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:51:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:25:STARTING TEST : deleteTest()
04-12-2024 09:51:25:Start time: 171291548592504-12-2024 09:51:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete

04-12-2024 09:51:25:  TRACE: [WIRE] - >> 
04-12-2024 09:51:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:25 GMT
04-12-2024 09:51:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:25:Returned status 200 (OK)
04-12-2024 09:51:25:FINISHED TEST : deleteTest()
04-12-2024 09:51:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:25:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:51:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:51:25:  TRACE: [WIRE] - >> 
04-12-2024 09:51:25:Start time: 1712915485935
04-12-2024 09:51:25:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:27:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:27 GMT
04-12-2024 09:51:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:27:Returned status 200 (OK)
04-12-2024 09:51:27:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest()
04-12-2024 09:51:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-12-2024 09:51:27:  TRACE: [WIRE] - >> 
04-12-2024 09:51:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:27 GMT
04-12-2024 09:51:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:27:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:27:Start time: 1712915487945
04-12-2024 09:51:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:51:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:51:27:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:27:STARTING TEST : postWithStringClassWhileServerWaitTest()
04-12-2024 09:51:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:51:27:Start time: 1712915487955
04-12-2024 09:51:27:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:29:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:29 GMT
04-12-2024 09:51:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:29:FINISHED TEST : postWithStringClassWhileServerWaitTest()
04-12-2024 09:51:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:29:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:51:29:  TRACE: [WIRE] - >> 
04-12-2024 09:51:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:29:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()
04-12-2024 09:51:29:Start time: 1712915489967
04-12-2024 09:51:29:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:31:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:31 GMT
04-12-2024 09:51:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:31:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:51:31:Callback completed() call ok
04-12-2024 09:51:31:Start time: 1712915491976
04-12-2024 09:51:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-12-2024 09:51:31:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:31:  TRACE: [WIRE] - >> 
04-12-2024 09:51:33:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:33:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:33:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:33:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:33:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:33 GMT
04-12-2024 09:51:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:33:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:51:33:Callback completed() call ok
04-12-2024 09:51:33:Start time: 1712915493985
04-12-2024 09:51:33:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:33:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-12-2024 09:51:33:  TRACE: [WIRE] - >> 
04-12-2024 09:51:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:35:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:35 GMT
04-12-2024 09:51:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:35:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:51:35:Callback completed() call ok
04-12-2024 09:51:35:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest()
04-12-2024 09:51:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:35:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:51:35:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:35:Start time: 1712915495996
04-12-2024 09:51:35:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:36:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:36:Start time: 1712915496005
04-12-2024 09:51:36:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:51:36:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:36:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:36:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:36:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:36:Start time: 171291549601404-12-2024 09:51:36:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get

04-12-2024 09:51:36:  TRACE: [WIRE] - >> 
04-12-2024 09:51:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:36:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:36:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:51:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:51:36:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:36:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:51:36:Start time: 1712915496021
04-12-2024 09:51:36:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:38 GMT
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:38:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest()
04-12-2024 09:51:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:38:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-12-2024 09:51:38:  TRACE: [WIRE] - >> 
04-12-2024 09:51:38:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:51:38:Start time: 1712915498032
04-12-2024 09:51:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:38:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:38:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-12-2024 09:51:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:38:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-12-2024 09:51:38:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:38:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:38 GMT
04-12-2024 09:51:38:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:38:Start time: 1712915498039
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:38:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:38:Start time: 1712915498048
04-12-2024 09:51:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-12-2024 09:51:38:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:38:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:38 GMT
04-12-2024 09:51:38:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:38:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:38:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:51:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:38:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-12-2024 09:51:38:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-12-2024 09:51:38:Start time: 1712915498058
04-12-2024 09:51:38:Client was returned control in 1 milliseconds from request
04-12-2024 09:51:38:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:40:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:40 GMT
04-12-2024 09:51:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:40:Callback#completed() called in 2004 milliseconds from request
04-12-2024 09:51:40:Callback completed() call ok
04-12-2024 09:51:40:Start time: 1712915500069
04-12-2024 09:51:40:Client was returned control in 0 milliseconds from request
04-12-2024 09:51:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-12-2024 09:51:40:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:42 GMT
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:42:Callback#completed() called in 2003 milliseconds from request
04-12-2024 09:51:42:Callback completed() call ok
04-12-2024 09:51:42:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-12-2024 09:51:42:  TRACE: [WIRE] - >> 
04-12-2024 09:51:42:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:51:42:Start time: 1712915502098
04-12-2024 09:51:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:42:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:42:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:51:42:  TRACE: [WIRE] - >> 
04-12-2024 09:51:42:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:51:42:Start time: 1712915502111
04-12-2024 09:51:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:42:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:42:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:42:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-12-2024 09:51:42:Start time: 1712915502122
04-12-2024 09:51:42:  TRACE: [WIRE] - >> 
04-12-2024 09:51:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:42:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:42:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:42:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:42:Start time: 1712915502132
04-12-2024 09:51:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:42:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:42:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:42:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest()
04-12-2024 09:51:42:Start time: 1712915502143
04-12-2024 09:51:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:51:42:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:51:42:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest()
12-Apr-2024 09:51:42.160 WARNING [http-nio-8080-exec-51] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:42.161 WARNING [http-nio-8080-exec-51] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:42.162 INFO [http-nio-8080-exec-51] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_asyncinvoker_web]
[INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.185 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
Apr 12, 2024 9:51:42 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:42.216 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_clientrequestcontext_web.war]
12-Apr-2024 09:51:42.588 INFO [http-nio-8080-exec-38] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:42.637 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_clientrequestcontext_web.war] has finished in [420] ms
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:42:STARTING TEST : setUriTest()
04-12-2024 09:51:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080'
04-12-2024 09:51:42:###############################
04-12-2024 09:51:42:[Request] Adding entity: ENTITY
04-12-2024 09:51:42:  TRACE: [WIRE] - >> ENTITY
04-12-2024 09:51:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:42 GMT
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:42:  TRACE: [WIRE] - << ENTITY
04-12-2024 09:51:42:Found expected substring: ENTITY
04-12-2024 09:51:42:FINISHED TEST : setUriTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:51:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:51:42:###############################
04-12-2024 09:51:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts
04-12-2024 09:51:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Length: 59
04-12-2024 09:51:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:42 GMT
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:42:  TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection;
04-12-2024 09:51:42:Found expected substring: accept-language
04-12-2024 09:51:42:Found expected substring: date
04-12-2024 09:51:42:Found expected substring: tck
04-12-2024 09:51:42:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:42:  TRACE: [WIRE] - >> ENTITY
04-12-2024 09:51:42:STARTING TEST : setMethodTest()
04-12-2024 09:51:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080'
04-12-2024 09:51:42:###############################
04-12-2024 09:51:42:[Request] Adding entity: ENTITY
04-12-2024 09:51:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:42 GMT
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:42:  TRACE: [WIRE] - << ENTITY
04-12-2024 09:51:42:Found expected substring: ENTITY
04-12-2024 09:51:42:FINISHED TEST : setMethodTest()
04-12-2024 09:51:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
04-12-2024 09:51:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:42:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@178574ae
04-12-2024 09:51:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Length: 8192
04-12-2024 09:51:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:42 GMT
04-12-2024 09:51:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:42:STARTING TEST : getEntityStreamTest()
04-12-2024 09:51:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080'
04-12-2024 09:51:42:###############################
04-12-2024 09:51:42:[Request] Adding entity: java.io.ByteArrayInputStream@178574ae
04-12-2024 09:51:42:  TRACE: [WIRE] - << ENTITY_STREAM_WORKS
04-12-2024 09:51:42:Found expected substring: ENTITY_STREAM_WORKS
04-12-2024 09:51:42:FINISHED TEST : getEntityStreamTest()
12-Apr-2024 09:51:42.723 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:42.723 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:42.725 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_clientrequestcontext_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
Apr 12, 2024 9:51:43 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:42.739 INFO [http-nio-8080-exec-49] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_invocationbuilder_web.war]
12-Apr-2024 09:51:43.114 INFO [http-nio-8080-exec-49] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:43.172 INFO [http-nio-8080-exec-49] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_invocationbuilder_web.war] has finished in [433] ms
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 145
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:STARTING TEST : cacheControlTest()
04-12-2024 09:51:43:FINISHED TEST : cacheControlTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 107
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:STARTING TEST : buildWithEntityTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildWithEntityTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : asyncTest()
04-12-2024 09:51:43:FINISHED TEST : asyncTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-12-2024 09:51:43:STARTING TEST : buildPutTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildPutTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:STARTING TEST : buildTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : buildGetTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildGetTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : buildDeleteTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-12-2024 09:51:43:  TRACE: [WIRE] - >> 
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildDeleteTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:51:43:  TRACE: [WIRE] - >> tck-header:cts-header
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:STARTING TEST : headersMultivaluedMapTest()
04-12-2024 09:51:43:FINISHED TEST : headersMultivaluedMapTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : cookieCookieTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : cookieCookieTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-12-2024 09:51:43:STARTING TEST : headerObjectTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> tck-header:cts-header
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : headerObjectTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : cookieStringStringTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : cookieStringStringTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : acceptLanguageByLocalesTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : acceptLanguageByLocalesTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:STARTING TEST : buildPostTest()
04-12-2024 09:51:43:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:FINISHED TEST : buildPostTest()
04-12-2024 09:51:43:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:43:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-12-2024 09:51:43:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-12-2024 09:51:43:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:43:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:43:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:51:43:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:43:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:43:STARTING TEST : acceptLanguageByStringsTest()
04-12-2024 09:51:43:FINISHED TEST : acceptLanguageByStringsTest()
12-Apr-2024 09:51:43.525 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:43.526 WARNING [http-nio-8080-exec-37] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:43.527 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_invocationbuilder_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
Apr 12, 2024 9:51:44 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:43.543 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_syncinvoker_web.war]
12-Apr-2024 09:51:43.970 INFO [http-nio-8080-exec-43] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:44.035 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_syncinvoker_web.war] has finished in [492] ms
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:44:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeStringWithEntityTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:43 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeStringWithEntityTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:STARTING TEST : postWithGenericTypeStringTest()
04-12-2024 09:51:44:FINISHED TEST : postWithGenericTypeStringTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:STARTING TEST : methodWithStringClassWithEntityTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : methodWithStringClassWithEntityTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:STARTING TEST : postWithStringClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : postWithStringClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:STARTING TEST : headTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : headTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:STARTING TEST : traceWithStringClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : traceWithStringClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:STARTING TEST : traceWithResponseClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : traceWithResponseClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:44:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:STARTING TEST : methodWithResponseClassWithEntityTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : methodWithResponseClassWithEntityTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:STARTING TEST : deleteWithResponseClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : deleteWithResponseClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:STARTING TEST : deleteWithStringClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : deleteWithStringClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:STARTING TEST : methodTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : methodTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:STARTING TEST : getWithGenericTypeResponseTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : getWithGenericTypeResponseTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:STARTING TEST : deleteWithGenericTypeResponseTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : deleteWithGenericTypeResponseTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:STARTING TEST : putWithStringClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : putWithStringClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:STARTING TEST : methodWithGenericTypeStringTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : methodWithGenericTypeStringTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:44:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:44:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:44:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:44:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:STARTING TEST : putWithResponseClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : putWithResponseClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:STARTING TEST : optionsTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : optionsTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:STARTING TEST : optionsWithGenericTypeStringTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : optionsWithGenericTypeStringTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:STARTING TEST : optionsWithResponseClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : optionsWithResponseClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:44:STARTING TEST : methodWithResponseClassTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : methodWithResponseClassTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:STARTING TEST : getWithGenericTypeStringTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : getWithGenericTypeStringTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:STARTING TEST : putTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : putTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:44:STARTING TEST : getTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:Returned status 200 (OK)
04-12-2024 09:51:44:FINISHED TEST : getTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:44:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:44:STARTING TEST : putWithGenericTypeStringTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:44:FINISHED TEST : putWithGenericTypeStringTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:44:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:44:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:44:  TRACE: [WIRE] - >> 
04-12-2024 09:51:44:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:44:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:45:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : traceTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : traceTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : deleteWithGenericTypeStringTest()
04-12-2024 09:51:45:FINISHED TEST : deleteWithGenericTypeStringTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : postTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : postTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:STARTING TEST : methodWithGenericTypeResponseTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : methodWithGenericTypeResponseTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:STARTING TEST : postWithResponseClassTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : postWithResponseClassTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:45:STARTING TEST : methodWithEntityTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:44 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : methodWithEntityTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:45:STARTING TEST : methodWithStringClassTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:FINISHED TEST : methodWithStringClassTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : optionsWithGenericTypeResponseTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : optionsWithGenericTypeResponseTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok

04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:45:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en

04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:51:45:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : postWithGenericTypeResponseTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : postWithGenericTypeResponseTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : deleteThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : deleteThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-12-2024 09:51:45:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : optionsWithStringClassTest()
04-12-2024 09:51:45:FINISHED TEST : optionsWithStringClassTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : getWithStringClassTest()
04-12-2024 09:51:45:FINISHED TEST : getWithStringClassTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-12-2024 09:51:45:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : traceWithGenericTypeResponseTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : traceWithGenericTypeResponseTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : deleteTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : deleteTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : getWithResponseClassTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : getWithResponseClassTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-12-2024 09:51:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : putWithGenericTypeResponseTest()
04-12-2024 09:51:45:Returned status 200 (OK)
04-12-2024 09:51:45:FINISHED TEST : putWithGenericTypeResponseTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:45:STARTING TEST : traceWithGenericTypeStringTest()
04-12-2024 09:51:45:FINISHED TEST : traceWithGenericTypeStringTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
04-12-2024 09:51:45:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:45:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-12-2024 09:51:45:  TRACE: [WIRE] - >> 
04-12-2024 09:51:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:45:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:45:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:45:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:45:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:45:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
04-12-2024 09:51:45:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:51:45:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
12-Apr-2024 09:51:45.631 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:45.631 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:45.633 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_syncinvoker_web]
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.102 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
12-Apr-2024 09:51:45.646 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_constrainedto_web.war]
12-Apr-2024 09:51:45.998 INFO [http-nio-8080-exec-34] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:51:46 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:46.044 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_constrainedto_web.war] has finished in [398] ms
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Anything
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 30
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << The fake reader on server side
04-12-2024 09:51:46:STARTING TEST : serverSideReaderIsUsedOnServerTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: Anything
04-12-2024 09:51:46:FINISHED TEST : serverSideReaderIsUsedOnServerTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : serverSideReaderIsNotUsedOnClientTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: reader/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - >> reader/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: reader/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:51:46:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : clientSideReaderIsNotUsedOnServerTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside

04-12-2024 09:51:46:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:51:46:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter
04-12-2024 09:51:46:STARTING TEST : clientSideWriterIsUsedOnClientTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:FINISHED TEST : clientSideWriterIsUsedOnClientTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : serverSideWriterIsNotUsedOnClientTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-12-2024 09:51:46:[Request] Adding entity: writer/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - >> writer/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: writer/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:51:46:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : clientSideWriterIsNotUsedOnServerTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> ConstrainedTo message

04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:51:46:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : clientSideReaderIsUsedOnClientTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: reader/clientside04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media

04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - >> reader/clientside
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: reader/clientside
04-12-2024 09:51:46:  TRACE: [WIRE] - << ConstrainedTo message
04-12-2024 09:51:46:FINISHED TEST : clientSideReaderIsUsedOnClientTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : serverSideWriterIsUsedOnServerTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-12-2024 09:51:46:[Request] Adding entity: ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside
04-12-2024 09:51:46:  TRACE: [WIRE] - >> ConstrainedTo message
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 30
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:45 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << The fake writer on server side
04-12-2024 09:51:46:FINISHED TEST : serverSideWriterIsUsedOnServerTest()
12-Apr-2024 09:51:46.177 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:46.177 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:46.178 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_constrainedto_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
Apr 12, 2024 9:51:46 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:46.225 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_web.war]
12-Apr-2024 09:51:46.553 INFO [http-nio-8080-exec-43] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:46.592 INFO [http-nio-8080-exec-43] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_web.war] has finished in [367] ms
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getUriInfoTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 93
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO
04-12-2024 09:51:46:FINISHED TEST : getUriInfoTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getAcceptableLanguagesIsSortedTest()
04-12-2024 09:51:46:Check the #getAcceptableLanguages is sorted according to their q-value
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK

04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES
04-12-2024 09:51:46:FINISHED TEST : getAcceptableLanguagesIsSortedTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-12-2024 09:51:46:STARTING TEST : getDateIsNullTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << NULL;GETDATE
04-12-2024 09:51:46:FINISHED TEST : getDateIsNullTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT
04-12-2024 09:51:46:STARTING TEST : setSecurityContextTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:FINISHED TEST : setSecurityContextTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << ABORTWITH
04-12-2024 09:51:46:STARTING TEST : abortWithTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:FINISHED TEST : abortWithTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT
04-12-2024 09:51:46:STARTING TEST : setPropertyIsReflectedInServletRequestTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:FINISHED TEST : setPropertyIsReflectedInServletRequestTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getMediaTypeTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE
04-12-2024 09:51:46:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << OPTIONS;GETMETHOD
04-12-2024 09:51:46:STARTING TEST : getMethodTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:FINISHED TEST : getMethodTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-12-2024 09:51:46:STARTING TEST : hasEntityTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:[Request] Adding entity: entity
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/*
04-12-2024 09:51:46:  TRACE: [WIRE] - >> entity
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << true;HASENTITY
04-12-2024 09:51:46:FINISHED TEST : hasEntityTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable
04-12-2024 09:51:46:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 56
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE
04-12-2024 09:51:46:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:51:46:Check the #getAcceptableMediaTypes is sorted according to their q-value
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  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-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 105
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  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-12-2024 09:51:46:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getCookiesIsReadonlyTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 57
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY
04-12-2024 09:51:46:FINISHED TEST : getCookiesIsReadonlyTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getLanguageTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage

04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << en-gb ;GETLANGUAGE
04-12-2024 09:51:46:FINISHED TEST : getLanguageTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : setRequestUriOneUriTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1
04-12-2024 09:51:46:FINISHED TEST : setRequestUriOneUriTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getDateTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << 1712915506000;GETDATE
04-12-2024 09:51:46:FINISHED TEST : getDateTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << NULL;GETLANGUAGE
04-12-2024 09:51:46:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2
04-12-2024 09:51:46:STARTING TEST : getHeaderStringTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2
04-12-2024 09:51:46:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : setMethodTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:46:  TRACE: [WIRE] - << OPTIONS SETMETHOD
04-12-2024 09:51:46:FINISHED TEST : setMethodTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : setPropertyNullTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << NULL;SETPROPERTYNULL
04-12-2024 09:51:46:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080'04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly

04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 43
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY
04-12-2024 09:51:46:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly
04-12-2024 09:51:46:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY
04-12-2024 09:51:46:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getLengthWhenNoEntityTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << -1;GETLENGTH
04-12-2024 09:51:46:FINISHED TEST : getLengthWhenNoEntityTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/containsheaderstring' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/containsheaderstring
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, OPERATION:CONTAINSHEADERSTRING, Header3:value1 ;; Value2 ;;value 3, Content-Type:application/xml;charset=utf8
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 283
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; ;CONTAINSHEADERSTRING
04-12-2024 09:51:46:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:51:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 149
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES
04-12-2024 09:51:46:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:46:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
04-12-2024 09:51:46:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST
04-12-2024 09:51:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:46:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:51:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:46:  TRACE: [WIRE] - << OPTIONS;GETREQUEST
04-12-2024 09:51:46:STARTING TEST : getRequestTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:46:FINISHED TEST : getRequestTest()
04-12-2024 09:51:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 37
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM
04-12-2024 09:51:46:STARTING TEST : setEntityStreamTest()
04-12-2024 09:51:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:51:46:###############################
04-12-2024 09:51:47:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-12-2024 09:51:47:STARTING TEST : getAcceptableMediaTypesTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 41
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES
04-12-2024 09:51:47:FINISHED TEST : getAcceptableMediaTypesTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders
04-12-2024 09:51:47:STARTING TEST : getHeadersTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 203
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/4.0.0-M1 (HttpUrlConnection 21.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS
04-12-2024 09:51:47:FINISHED TEST : getHeadersTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << NULL;GETPROPERTY
04-12-2024 09:51:47:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : setRequestUriTwoUrisTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2
04-12-2024 09:51:47:FINISHED TEST : setRequestUriTwoUrisTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : getLengthTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:[Request] Adding entity: 1234567890123456789004-12-2024 09:51:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/*

04-12-2024 09:51:47:  TRACE: [WIRE] - >> 12345678901234567890
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << 20;GETLENGTH
04-12-2024 09:51:47:FINISHED TEST : getLengthTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : getSecurityContextPrincipalIsNullTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080'04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext

04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 23
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT
04-12-2024 09:51:47:FINISHED TEST : getSecurityContextPrincipalIsNullTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 29
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES
04-12-2024 09:51:47:STARTING TEST : getAcceptableLanguagesTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : getAcceptableLanguagesTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << NULL;GETMEDIATYPE
04-12-2024 09:51:47:STARTING TEST : getMediaTypeIsNullTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : getMediaTypeIsNullTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : setPropertyTest()
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 26
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << getSetProperty;SETPROPERTY
04-12-2024 09:51:47:FINISHED TEST : setPropertyTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : removePropertyTest()
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << NULL;REMOVEPROPERTY
04-12-2024 09:51:47:FINISHED TEST : removePropertyTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES
04-12-2024 09:51:47:STARTING TEST : getCookiesTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 46
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES
04-12-2024 09:51:47:FINISHED TEST : getCookiesTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 15
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << false;HASENTITY
04-12-2024 09:51:47:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/*
04-12-2024 09:51:47:  TRACE: [WIRE] - >> EnTiTyStReAmTeSt
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 32
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM
04-12-2024 09:51:47:STARTING TEST : getEntityStreamTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:[Request] Adding entity: EnTiTyStReAmTeSt
04-12-2024 09:51:47:FINISHED TEST : getEntityStreamTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest()
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:46 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY
04-12-2024 09:51:47:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest()
12-Apr-2024 09:51:47.244 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:47.244 WARNING [http-nio-8080-exec-52] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:47.246 INFO [http-nio-8080-exec-52] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_web]
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT
Apr 12, 2024 9:51:47 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:47.261 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war]
12-Apr-2024 09:51:47.655 INFO [http-nio-8080-exec-34] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:47.701 INFO [http-nio-8080-exec-34] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war] has finished in [439] ms
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:STARTING TEST : setSecurityContextTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : setSecurityContextTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << OPERATION: ABORTWITH
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:STARTING TEST : abortWithTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : abortWithTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:STARTING TEST : setRequestUriOneUriTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : setRequestUriOneUriTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod
04-12-2024 09:51:47:STARTING TEST : setMethodTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38

04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:FINISHED TEST : setMethodTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:STARTING TEST : setEntityStreamTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:51:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:47:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2
04-12-2024 09:51:47:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-12-2024 09:51:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:47 GMT
04-12-2024 09:51:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:47:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-12-2024 09:51:47:STARTING TEST : setRequestUriTwoUrisTest()
04-12-2024 09:51:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-12-2024 09:51:47:###############################
04-12-2024 09:51:47:FINISHED TEST : setRequestUriTwoUrisTest()
12-Apr-2024 09:51:47.816 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:47.817 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:47.818 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_illegalstate_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 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
12-Apr-2024 09:51:48.722 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_security_web.war]
Apr 12, 2024 9:51:49 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:49.243 INFO [http-nio-8080-exec-40] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:49.281 INFO [http-nio-8080-exec-40] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_requestcontext_security_web.war] has finished in [558] ms
04-12-2024 09:51:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:49:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-12-2024 09:51:49:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:49:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:51:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:49:  TRACE: [WIRE] - << WWW-Authenticate: Basic realm="Authentication required", charset=UTF-8
04-12-2024 09:51:49:STARTING TEST : noSecurityTest()
04-12-2024 09:51:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:51:49:###############################
04-12-2024 09:51:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Length: 690
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:51:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:49 GMT
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:51:49:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:51:49:FINISHED TEST : noSecurityTest()
04-12-2024 09:51:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:49:STARTING TEST : getSecurityContextTest()
04-12-2024 09:51:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:51:49:###############################
04-12-2024 09:51:49:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-12-2024 09:51:49:  TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl
04-12-2024 09:51:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:49 GMT
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:49:  TRACE: [WIRE] - << j2ee
04-12-2024 09:51:49:FINISHED TEST : getSecurityContextTest()
12-Apr-2024 09:51:49.329 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:49.329 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:49.331 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_requestcontext_security_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
Apr 12, 2024 9:51:49 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:49.342 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_resourceinfo_web.war]
12-Apr-2024 09:51:49.691 INFO [http-nio-8080-exec-44] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:49.724 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_resourceinfo_web.war] has finished in [382] ms
04-12-2024 09:51:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:49:STARTING TEST : getResourceMethodTest()
04-12-2024 09:51:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080'04-12-2024 09:51:49:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method

04-12-2024 09:51:49:###############################
04-12-2024 09:51:49:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:51:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:49 GMT
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:49:  TRACE: [WIRE] - << getResourceMethod
04-12-2024 09:51:49:Found expected resource method name
04-12-2024 09:51:49:FINISHED TEST : getResourceMethodTest()
04-12-2024 09:51:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:49:STARTING TEST : getResourceClassTest()
04-12-2024 09:51:49:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz
04-12-2024 09:51:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080'
04-12-2024 09:51:49:###############################
04-12-2024 09:51:49:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:49:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:49:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:49:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:51:49:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:49 GMT
04-12-2024 09:51:49:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:49:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource
04-12-2024 09:51:49:Found expected resource class name
04-12-2024 09:51:49:FINISHED TEST : getResourceClassTest()
12-Apr-2024 09:51:49.755 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:49.755 WARNING [http-nio-8080-exec-38] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:49.756 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_resourceinfo_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
12-Apr-2024 09:51:49.818 INFO [http-nio-8080-exec-60] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_responsecontext_web.war]
Apr 12, 2024 9:51:50 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:50.177 INFO [http-nio-8080-exec-60] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:50.240 INFO [http-nio-8080-exec-60] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_container_responsecontext_web.war] has finished in [422] ms
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:STARTING TEST : getStringsHeaderMoreItemsTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: commaSeparated
04-12-2024 09:51:50:  TRACE: [WIRE] - >> commaSeparated
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 42
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:49 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << responsefilterentity responsefilterentity 
04-12-2024 09:51:50:FINISHED TEST : getStringsHeaderMoreItemsTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-12-2024 09:51:50:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: false
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> false
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 38
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 
04-12-2024 09:51:50:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
04-12-2024 09:51:50:STARTING TEST : getEntityTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 144
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-12-2024 09:51:50:FINISHED TEST : getEntityTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETDATE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:STARTING TEST : getDateIsNullTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - << 0
04-12-2024 09:51:50:FINISHED TEST : getDateIsNullTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-12-2024 09:51:50:STARTING TEST : getLinksTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 105
04-12-2024 09:51:50:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>,<html://localhost:8080/nohttp>
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>;<html://localhost:8080/nohttp>
04-12-2024 09:51:50:FINISHED TEST : getLinksTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getStringHeadersUsesHeaderDelegateTest()
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: headerDelegate
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> headerDelegate
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:50:STARTING TEST : getLinkBuilderWhenNoLinkTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:50:FINISHED TEST : getLinkBuilderWhenNoLinkTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:51:50:STARTING TEST : getEntityClassByteArrayTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: bytearray
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> bytearray
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << [B
04-12-2024 09:51:50:FINISHED TEST : getEntityClassByteArrayTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getStringHeadersTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-12-2024 09:51:50:[Request] Adding entity: EnTITY
04-12-2024 09:51:50:  TRACE: [WIRE] - >> EnTITY
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER: EnTITY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << EnTITY
04-12-2024 09:51:50:FINISHED TEST : getStringHeadersTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getMediaTypeWhenNoMediaTypeTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*

04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:50:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getLinksWhenNoLinkTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:50:FINISHED TEST : getLinksWhenNoLinkTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getMediaTypeTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: application/svg+xml
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> application/svg+xml
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << application/svg+xml
04-12-2024 09:51:50:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> true
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 93
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 
04-12-2024 09:51:50:STARTING TEST : getEntityAnnotationsTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: true
04-12-2024 09:51:50:FINISHED TEST : getEntityAnnotationsTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLINK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:51:50:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:50:STARTING TEST : getLinkTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:50:FINISHED TEST : getLinkTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:50:STARTING TEST : setEntityTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: application/svg+xml
04-12-2024 09:51:50:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:50:FINISHED TEST : setEntityTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : hasEntityTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: HASENTITY

04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << true
04-12-2024 09:51:50:FINISHED TEST : hasEntityTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER: HEADER
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 24
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER found as expected
04-12-2024 09:51:50:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: HASLINK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << false
04-12-2024 09:51:50:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-12-2024 09:51:50:STARTING TEST : getLanguageTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> fr-ca
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-12-2024 09:51:50:[Request] Adding entity: fr-ca
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Language: fr-ca
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << fr_CA
04-12-2024 09:51:50:FINISHED TEST : getLanguageTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:51:50:STARTING TEST : getStringHeadersUsesToStringMethodTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: toString04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> toString
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive

04-12-2024 09:51:50:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:50:FINISHED TEST : getStringHeadersUsesToStringMethodTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : getDateTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 1712915510000
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 1712915510000
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETDATE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 1712915510000
04-12-2024 09:51:50:FINISHED TEST : getDateTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 35
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << getCookies is read-only as expected
04-12-2024 09:51:50:STARTING TEST : getCookiesIsReadOnlyTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:FINISHED TEST : getCookiesIsReadOnlyTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:50:STARTING TEST : getLanguageIsNullTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:FINISHED TEST : getLanguageIsNullTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 24
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << GETHEADERSTRINGOPERATION
04-12-2024 09:51:50:STARTING TEST : getHeaderStringTest()
04-12-2024 09:51:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:51:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:50:STARTING TEST : setStatusInfoTest()
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 200
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 200
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 200
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 201
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 201
04-12-2024 09:51:50:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 201
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 202
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 202
04-12-2024 09:51:50:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 202
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 204
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 204
04-12-2024 09:51:50:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 205
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 205
04-12-2024 09:51:50:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 206
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 206
04-12-2024 09:51:50:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 206
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 300
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 300
04-12-2024 09:51:50:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 300
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 301
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 301
04-12-2024 09:51:50:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 301
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 302
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 302
04-12-2024 09:51:50:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 302
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 303
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 303
04-12-2024 09:51:50:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 303
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 304
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 304
04-12-2024 09:51:50:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 305
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 305
04-12-2024 09:51:50:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 305
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 307
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 307
04-12-2024 09:51:50:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 307
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 308
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 308
04-12-2024 09:51:50:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 308
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 400
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 400
04-12-2024 09:51:50:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 400
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 401
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 401
04-12-2024 09:51:50:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 401
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 402
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 402
04-12-2024 09:51:50:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 402
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 403
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 403
04-12-2024 09:51:50:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 403
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 404
04-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 404
04-12-2024 09:51:50:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 404
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:50:[Request] Adding entity: 40504-12-2024 09:51:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-12-2024 09:51:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:50:  TRACE: [WIRE] - >> 405
04-12-2024 09:51:50:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:51:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:50:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:50:  TRACE: [WIRE] - << 405
04-12-2024 09:51:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:50:###############################
04-12-2024 09:51:51:[Request] Adding entity: 406
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 406
04-12-2024 09:51:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 406
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 407
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 407
04-12-2024 09:51:51:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 407
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 408
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 408
04-12-2024 09:51:51:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 408
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40904-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 409
04-12-2024 09:51:51:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 409
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:[Request] Adding entity: 410
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 410
04-12-2024 09:51:51:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 410
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 411
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 411
04-12-2024 09:51:51:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 411
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 412
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 412
04-12-2024 09:51:51:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 412
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 413
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 413
04-12-2024 09:51:51:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 413
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 414
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 414
04-12-2024 09:51:51:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 414
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 41504-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-12-2024 09:51:51:  TRACE: [WIRE] - >> 415
04-12-2024 09:51:51:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 415
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 416
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 416
04-12-2024 09:51:51:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 416
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 417
04-12-2024 09:51:51:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:[Request] Adding entity: 417
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 417
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 428
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 428
04-12-2024 09:51:51:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 428
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 42904-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 429
04-12-2024 09:51:51:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 429
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 431
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 431
04-12-2024 09:51:51:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 431
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 451
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 451
04-12-2024 09:51:51:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 451
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 500
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 500
04-12-2024 09:51:51:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 500
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-12-2024 09:51:51:[Request] Adding entity: 501
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 501
04-12-2024 09:51:51:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 501
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 502
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 502
04-12-2024 09:51:51:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 502
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 503
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 503
04-12-2024 09:51:51:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 503
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 504
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 504
04-12-2024 09:51:51:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 504
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 505
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 505
04-12-2024 09:51:51:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 505
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 511
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 511
04-12-2024 09:51:51:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 511
04-12-2024 09:51:51:FINISHED TEST : setStatusInfoTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : hasLinkTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: HASLINK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:51:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << true
04-12-2024 09:51:51:FINISHED TEST : hasLinkTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080'04-12-2024 09:51:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods

04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Allow: TRACE,OPTIONS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << trace options 
04-12-2024 09:51:51:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getStatusTest()
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 200
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 200
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 201
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 201
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 201
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 202
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 202
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:50 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 202
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:[Request] Adding entity: 204
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 204
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 204
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 205
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 205
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 205
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 20604-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 206
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 206
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 300
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 300
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 300
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 30104-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 301
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 301
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 30204-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 302
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 302
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 30304-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 303
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 303
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 30404-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 304
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 304
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 305
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 305
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 305
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 307
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 307
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 307
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 308
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 308
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 308
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40004-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 400
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 400
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 401
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 401
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 401
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40204-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 402
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 402
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40304-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 403
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 403
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 404
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 404
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 404
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 405
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 405
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 405
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40604-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 406
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 406
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 407
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 407
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 407
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 40804-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 408
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 408
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 409
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 409
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 409
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 410
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 410
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 410
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 41104-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 411
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 411
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 41204-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-12-2024 09:51:51:  TRACE: [WIRE] - >> 412
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 412
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 413
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 413
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 413
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 414
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 414
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 414
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 415
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 415
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 415
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 416
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 416
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 416
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 417
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 417
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 417
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 428
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 428
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 428
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 429
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 429
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 429
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 431
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 431
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 431
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 451
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 451
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 451
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 500
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 500
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 500
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 501
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 501
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 501
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 502
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 502
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 502
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 503
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 503
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 503
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:[Request] Adding entity: 504
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 504
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 504
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 505
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 505
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 505
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 511
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 511
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 511
04-12-2024 09:51:51:FINISHED TEST : getStatusTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: commaSeparated
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> commaSeparated
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 41
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity
04-12-2024 09:51:51:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getLengthWhenNoEntityTest()
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << -1
04-12-2024 09:51:51:FINISHED TEST : getLengthWhenNoEntityTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/containsheaderstring
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/containsheaderstring' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: Test
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Test
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << Accept: text/html, text/html;level=1, */*
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: CONTAINSHEADERSTRING
04-12-2024 09:51:51:  TRACE: [WIRE] - << Header3: value1 ;; Value2 ;;value 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 262
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; 
04-12-2024 09:51:51:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getEntityClassInputStreamTest()
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: inputstream
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> inputstream
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-12-2024 09:51:51:FINISHED TEST : getEntityClassInputStreamTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: headerDelegate
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> headerDelegate
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getHeaderStringHeaderIsNullTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: null
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> null
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:51:FINISHED TEST : getHeaderStringHeaderIsNullTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getLastModifiedIsNullTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:51:FINISHED TEST : getLastModifiedIsNullTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getEntityTypeInputStreamTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: inputstream
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> inputstream
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 28
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-12-2024 09:51:51:FINISHED TEST : getEntityTypeInputStreamTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getEntityTagTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-12-2024 09:51:51:  TRACE: [WIRE] - << ETag: "ResponseFilterEntity"
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:51:FINISHED TEST : getEntityTagTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : setEntityStreamTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 532
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK
04-12-2024 09:51:51:FINISHED TEST : setEntityStreamTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:51:STARTING TEST : getEntityIsNullTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:FINISHED TEST : getEntityIsNullTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getHeadersTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: header
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> header
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << header4: header
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << header3: header
04-12-2024 09:51:51:  TRACE: [WIRE] - << header2: header
04-12-2024 09:51:51:  TRACE: [WIRE] - << header1: header
04-12-2024 09:51:51:  TRACE: [WIRE] - << header0: header
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 
04-12-2024 09:51:51:FINISHED TEST : getHeadersTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getEntityClassStringTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: string
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> string
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:51:51:FINISHED TEST : getEntityClassStringTest()
04-12-2024 09:51:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:51:STARTING TEST : getStatusInfoTest()
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 200
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 200
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 20104-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo

04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 201
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 201
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 202
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 202
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 202
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 204
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 204
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 204
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 205
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 205
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 205
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 206
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 206
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 206
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 300
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 300
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 300
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 301
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 301
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 301
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 302
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 302
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 302
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:51:[Request] Adding entity: 303
04-12-2024 09:51:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:51:  TRACE: [WIRE] - >> 303
04-12-2024 09:51:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:51:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:51:  TRACE: [WIRE] - << 303
04-12-2024 09:51:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:51:###############################
04-12-2024 09:51:52:[Request] Adding entity: 304
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 304
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 304
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 305
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 305
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 305
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 307
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 307
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 307
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 308
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 308
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 308
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 400
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 400
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 400
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 40104-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo

04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 401
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 401
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 402
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 402
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 402
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 403
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 403
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 403
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 404
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 404
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 404
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 405
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 405
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 405
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 406
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 406
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 406
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 407
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 407
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 407
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 408
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 408
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 408
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 40904-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo

04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 409
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 409
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 410
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 410
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 410
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 411
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 411
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 411
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 41204-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo

04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 412
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 412
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 413
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 413
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 413
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 414
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 414
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 414
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 415
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 415
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 415
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 416
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 416
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 416
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 417
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 417
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 417
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 428
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 428
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 428
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 429

04-12-2024 09:51:52:[Request] Adding entity: 429
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 429
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 431
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 431
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 431
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 451
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 451
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 451
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 500
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 500
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 500
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 501
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 501
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 501
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 502
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 502
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 502
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 503
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 503
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 503
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 504
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 504
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 504
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 505
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 505
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 505
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 511
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 511
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 511
04-12-2024 09:51:52:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : setStatusTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 200
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 200
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 201
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 201
04-12-2024 09:51:52:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 201
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 202
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 202
04-12-2024 09:51:52:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 202
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 204
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 204
04-12-2024 09:51:52:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:51 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 205

04-12-2024 09:51:52:[Request] Adding entity: 205
04-12-2024 09:51:52:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 206
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 206
04-12-2024 09:51:52:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 206
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 300
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 300
04-12-2024 09:51:52:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 300
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 301
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 301
04-12-2024 09:51:52:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 301
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 302
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 302
04-12-2024 09:51:52:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 302
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 303
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 303
04-12-2024 09:51:52:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 303
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 304
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 304
04-12-2024 09:51:52:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 305
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 305
04-12-2024 09:51:52:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 305
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 307
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 307
04-12-2024 09:51:52:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 307
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 308
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 308
04-12-2024 09:51:52:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 308
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 400
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 400
04-12-2024 09:51:52:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 400
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 401
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 401
04-12-2024 09:51:52:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 401
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 402
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 402
04-12-2024 09:51:52:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 402
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 403
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 403
04-12-2024 09:51:52:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 403
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:[Request] Adding entity: 404
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 404
04-12-2024 09:51:52:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 404
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 405
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 405
04-12-2024 09:51:52:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 405
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 406
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 406
04-12-2024 09:51:52:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 406
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 407
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 407
04-12-2024 09:51:52:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 407
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 408
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 408
04-12-2024 09:51:52:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 408
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 409
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 409
04-12-2024 09:51:52:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 409
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 410
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 410
04-12-2024 09:51:52:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 410
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 411
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 411
04-12-2024 09:51:52:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 411
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 412
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 412
04-12-2024 09:51:52:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 412
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 413
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 413
04-12-2024 09:51:52:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 413
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 414
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 414
04-12-2024 09:51:52:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 414
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 415
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 415
04-12-2024 09:51:52:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 415
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 416
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 416
04-12-2024 09:51:52:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 416
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 417
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 417
04-12-2024 09:51:52:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 417
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 428
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 428
04-12-2024 09:51:52:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 428
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 429
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 429
04-12-2024 09:51:52:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 429
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 431
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 431
04-12-2024 09:51:52:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 431
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 451
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 451
04-12-2024 09:51:52:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 451
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 500
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 500
04-12-2024 09:51:52:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 500
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 501
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 501
04-12-2024 09:51:52:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 501
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 502
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 502
04-12-2024 09:51:52:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 502
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 503
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 503
04-12-2024 09:51:52:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 503
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 504
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 504
04-12-2024 09:51:52:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 504
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:[Request] Adding entity: 505
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 505
04-12-2024 09:51:52:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 505
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 511
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 511
04-12-2024 09:51:52:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 511
04-12-2024 09:51:52:FINISHED TEST : setStatusTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getLinkBuilderTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:51:52:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:FINISHED TEST : getLinkBuilderTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2
04-12-2024 09:51:52:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getLengthTest()
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: ResponseFilterEntity
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> ResponseFilterEntity
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 20sponseFilterEntity
04-12-2024 09:51:52:FINISHED TEST : getLengthTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-12-2024 09:51:52:STARTING TEST : getLinkWhenNoLinkTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLINK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:52:FINISHED TEST : getLinkWhenNoLinkTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> null
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:52:STARTING TEST : getStringHeadersHeaderIsNullTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: null
04-12-2024 09:51:52:FINISHED TEST : getStringHeadersHeaderIsNullTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> 1712915512000
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-12-2024 09:51:52:STARTING TEST : getLastModifiedTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: 1712915512000
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Last-Modified: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << 1712915512000
04-12-2024 09:51:52:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> bytearray
04-12-2024 09:51:52:STARTING TEST : getEntityTypeByteArrayTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: bytearray
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << [B
04-12-2024 09:51:52:FINISHED TEST : getEntityTypeByteArrayTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getEntityTypeStringTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: string
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> string
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:51:52:FINISHED TEST : getEntityTypeStringTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: toString
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> toString
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:52:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:STARTING TEST : getLocationTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-12-2024 09:51:52:FINISHED TEST : getLocationTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-12-2024 09:51:52:STARTING TEST : getLocationWhenNoLocationTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:52:FINISHED TEST : getLocationWhenNoLocationTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:STARTING TEST : getEntityTagIsNullTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << NULL
04-12-2024 09:51:52:FINISHED TEST : getEntityTagIsNullTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getCookiesTest()
04-12-2024 09:51:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies
04-12-2024 09:51:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETCOOKIES
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 11
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << cookiename 
04-12-2024 09:51:52:FINISHED TEST : getCookiesTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: HASENTITY
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << false
04-12-2024 09:51:52:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:51:52:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:52:STARTING TEST : getEntityStreamTest()
04-12-2024 09:51:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-12-2024 09:51:52:###############################
04-12-2024 09:51:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream
04-12-2024 09:51:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:52:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:52:  TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM
04-12-2024 09:51:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:52 GMT
04-12-2024 09:51:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:52:  TRACE: [WIRE] - << ResponseFilterEntity
04-12-2024 09:51:52:FINISHED TEST : getEntityStreamTest()
12-Apr-2024 09:51:52.935 WARNING [http-nio-8080-exec-56] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:52.936 WARNING [http-nio-8080-exec-56] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:52.938 INFO [http-nio-8080-exec-56] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_container_responsecontext_web]
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.179 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
12-Apr-2024 09:51:52.957 INFO [http-nio-8080-exec-54] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:51:53.558 INFO [http-nio-8080-exec-54] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:53.595 INFO [http-nio-8080-exec-54] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [638] ms
Apr 12, 2024 9:51:53 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:FINISHED TEST : cookieParamTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:[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-12-2024 09:51:53:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:53:[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-12-2024 09:51:53:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:51:53:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:53:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:51:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:53:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:51:53.757 WARNING [http-nio-8080-exec-53] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:53.758 WARNING [http-nio-8080-exec-53] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:53.759 INFO [http-nio-8080-exec-53] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
12-Apr-2024 09:51:53.831 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_locator_web.war]
Apr 12, 2024 9:51:54 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:54.247 INFO [http-nio-8080-exec-31] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:54.284 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_locator_web.war] has finished in [453] ms
12-Apr-2024 09:51:54.295 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:51:54.685 INFO [http-nio-8080-exec-37] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:54.732 INFO [http-nio-8080-exec-37] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [436] ms
Apr 12, 2024 9:51:54 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamSubTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:FINISHED TEST : cookieParamSubTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:54:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:54:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:51:54:[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-12-2024 09:51:54:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:51:54:[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-12-2024 09:51:54:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:51:54.831 WARNING [http-nio-8080-exec-67] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:54.831 WARNING [http-nio-8080-exec-67] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:54.833 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_locator_web]
12-Apr-2024 09:51:54.837 WARNING [http-nio-8080-exec-62] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:54.837 WARNING [http-nio-8080-exec-62] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:54.838 INFO [http-nio-8080-exec-62] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:51:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:54.918 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_sub_web.war]
12-Apr-2024 09:51:55.250 INFO [http-nio-8080-exec-65] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:55.286 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_sub_web.war] has finished in [368] ms
12-Apr-2024 09:51:55.318 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war]
12-Apr-2024 09:51:55.645 INFO [http-nio-8080-exec-67] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:55.680 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_cookieparam_web.war] has finished in [362] ms
Apr 12, 2024 9:51:55 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamSubTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:FINISHED TEST : cookieParamSubTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:51:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:55:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-12-2024 09:51:55:[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-12-2024 09:51:55:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-12-2024 09:51:55:[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-12-2024 09:51:55:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
12-Apr-2024 09:51:55.829 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:55.829 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:55.830 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_sub_web]
12-Apr-2024 09:51:55.834 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:55.834 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:55.835 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_cookieparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
12-Apr-2024 09:51:55.846 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_application_web.war]
Apr 12, 2024 9:51:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:56.278 INFO [http-nio-8080-exec-64] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:56.311 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_application_web.war] has finished in [465] ms
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : getSingletonsTest()
04-12-2024 09:51:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:56:FINISHED TEST : getSingletonsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : getClassesTest()
04-12-2024 09:51:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:56:FINISHED TEST : getClassesTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : defaultGetPropertiesIsEmptyTest()
04-12-2024 09:51:56:Default implementation gets empty map as expected
04-12-2024 09:51:56:FINISHED TEST : defaultGetPropertiesIsEmptyTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : getPropertiesTest()
04-12-2024 09:51:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:56:FINISHED TEST : getPropertiesTest()
12-Apr-2024 09:51:56.330 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:56.330 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:56.331 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_application_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
12-Apr-2024 09:51:56.346 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configurable_web.war]
12-Apr-2024 09:51:56.663 INFO [http-nio-8080-exec-67] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:56.693 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configurable_web.war] has finished in [347] msApr 12, 2024 9:51:56 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassWriterContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:FINISHED TEST : registerClassWriterContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectReaderContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:FINISHED TEST : registerObjectReaderContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectBindingPriorityTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectBindingPriorityTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassReaderContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:FINISHED TEST : registerClassReaderContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectWriterContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:FINISHED TEST : registerObjectWriterContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:STARTING TEST : registerClassEmptyContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:The provider of with contracts has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider of with contracts has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassEmptyContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:51:56 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.

Apr 12, 2024 9:51:56 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-12-2024 09:51:56:STARTING TEST : registerClassNotAssignableContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassNotAssignableContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectNotAssignableContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectNotAssignableContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassReaderContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:FINISHED TEST : registerClassReaderContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:STARTING TEST : registerObjectEmptyContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with empty contracts has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with empty contracts has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectEmptyContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassBindingPriorityInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassBindingPriorityInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectReaderContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable Client
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully read Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:FINISHED TEST : registerObjectReaderContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:STARTING TEST : registerClassNullContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with null contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with null contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassNullContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectNotAssignableContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider withO unassignable contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider withO unassignable contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectNotAssignableContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassNotAssignableContractsTest()
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instancesApr 12, 2024 9:51:56 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-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerClassNotAssignableContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectWriterContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:FINISHED TEST : registerObjectWriterContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerObjectBindingPriorityInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectBindingPriorityInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassWriterContractsInMapTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable Client
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 1 provider(s) as expected
04-12-2024 09:51:56:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-12-2024 09:51:56:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/plain, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable.
04-12-2024 09:51:56:FINISHED TEST : registerClassWriterContractsInMapTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
Apr 12, 2024 9:51:56 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.
Apr 12, 2024 9:51:56 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-12-2024 09:51:56:STARTING TEST : registerObjectNullContractsTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with null contract has ben ignored as expected
04-12-2024 09:51:56:Check on Configurable WebTarget
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:Found 0 provider(s) as expected
04-12-2024 09:51:56:The provider with null contract has ben ignored as expected
04-12-2024 09:51:56:FINISHED TEST : registerObjectNullContractsTest()
04-12-2024 09:51:56:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:56:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest()
04-12-2024 09:51:56:Check on Configurable Client
04-12-2024 09:51:56:Already registered 0 classes
04-12-2024 09:51:56:Already registered 0 instances
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:56:Found 2 provider(s) as expected
04-12-2024 09:51:57:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-12-2024 09:51:57:Check on Configurable WebTarget
04-12-2024 09:51:57:Already registered 0 classes
04-12-2024 09:51:57:Already registered 0 instances
04-12-2024 09:51:57:Found 0 provider(s) as expected
04-12-2024 09:51:57:Found 2 provider(s) as expected
04-12-2024 09:51:57:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-12-2024 09:51:57:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest()
12-Apr-2024 09:51:57.011 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:57.011 WARNING [http-nio-8080-exec-69] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:57.013 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_configurable_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
12-Apr-2024 09:51:57.024 INFO [http-nio-8080-exec-68] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configuration_web.war]
Apr 12, 2024 9:51:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:57.353 INFO [http-nio-8080-exec-68] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:57.382 INFO [http-nio-8080-exec-68] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_configuration_web.war] has finished in [358] ms
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : isEnabledFeatureReturningFalseTest()
04-12-2024 09:51:57:Registering on Client
04-12-2024 09:51:57:Registering on WebTarget
04-12-2024 09:51:57:Feature feature2 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature1 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature4 has NOT been enabled as expected
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:57:FINISHED TEST : isEnabledFeatureReturningFalseTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : isEnabledClassReturningFalseTest()
04-12-2024 09:51:57:Registering on Client
04-12-2024 09:51:57:Registering on WebTarget
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on Client configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:No feature enabled as expected on WebTarget configuration
04-12-2024 09:51:57:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:57:FINISHED TEST : isEnabledClassReturningFalseTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : isEnabledFeatureClassReturningTrueTest()
04-12-2024 09:51:57:Registering on Client
04-12-2024 09:51:57:Registering on WebTarget
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature1 registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature2 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature3 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature4 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature1 registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature2 registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature3 NOT registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature4 NOT registered as expected on WebTarget configuration
04-12-2024 09:51:57:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:57:FINISHED TEST : isEnabledFeatureClassReturningTrueTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : isEnabledFeatureReturningTrueTest()
04-12-2024 09:51:57:Registering on Client
04-12-2024 09:51:57:Registering on WebTarget
04-12-2024 09:51:57:Feature feature2 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature1 has been enabled as expected
04-12-2024 09:51:57:Feature feature3 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature4 has NOT been enabled as expected
04-12-2024 09:51:57:Feature feature1 registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature2 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature3 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature4 NOT registered as expected on Client configuration
04-12-2024 09:51:57:Feature feature1 registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature2 registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature3 NOT registered as expected on WebTarget configuration
04-12-2024 09:51:57:Feature feature4 NOT registered as expected on WebTarget configuration
04-12-2024 09:51:57:The provider with unassignable contract has ben ignored as expected
04-12-2024 09:51:57:FINISHED TEST : isEnabledFeatureReturningTrueTest()
12-Apr-2024 09:51:57.437 WARNING [http-nio-8080-exec-66] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:57.437 WARNING [http-nio-8080-exec-66] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:57.438 INFO [http-nio-8080-exec-66] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_configuration_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
Apr 12, 2024 9:51:57 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:57.448 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_headers_web.war]
12-Apr-2024 09:51:57.795 INFO [http-nio-8080-exec-67] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:57.830 INFO [http-nio-8080-exec-67] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_headers_web.war] has finished in [381] ms
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : cookieTest()
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 229
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  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-12-2024 09:51:57:FINISHED TEST : cookieTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : contentLanguageTest()
04-12-2024 09:51:57:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/
04-12-2024 09:51:57:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en_US, encoding=null], annotations=[]}
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en_US
04-12-2024 09:51:57:  TRACE: [WIRE] - >> anything
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 21
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Languageen-US
04-12-2024 09:51:57:FINISHED TEST : contentLanguageTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : acceptLanguageTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 35
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 
04-12-2024 09:51:57:FINISHED TEST : acceptLanguageTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : getDateTest()
04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: getDate
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, Date:Fri, 12 Apr 2024 09:51:57 GMT, Content-Type:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - >> getDate
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << 1712915517000
04-12-2024 09:51:57:#getDate() returned expected Date instance
04-12-2024 09:51:57:FINISHED TEST : getDateTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : getHeaderStringTest()
04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: askdjb
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - >> askdjb
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << askdjbaskdjb
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: ksadbva
04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - >> ksadbva
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 14
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << ksadbvaksadbva
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: klwiaslkfn
04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - >> klwiaslkfn
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << klwiaslkfnklwiaslkfn
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: klwvasbk04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring

04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - >> klwvasbk
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << klwvasbkklwvasbk
04-12-2024 09:51:57:#getHeaderString() returned expected header values
04-12-2024 09:51:57:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : mediaTypeTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 136
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 
04-12-2024 09:51:57:FINISHED TEST : mediaTypeTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : getHeaderStringUsesToStringTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:[Request] Adding entity: bean
04-12-2024 09:51:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method.
04-12-2024 09:51:57:  TRACE: [WIRE] - >> bean
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method.
04-12-2024 09:51:57:#getHeaderString() returned expected header converted by toString() method
04-12-2024 09:51:57:FINISHED TEST : getHeaderStringUsesToStringTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : mediaTypeAcceptableTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 50
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/*
04-12-2024 09:51:57:FINISHED TEST : mediaTypeAcceptableTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : containsHeaderStringTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/contains-headers' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/contains-headers
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Header3:value1 ;; Value2 ;;value 3, Content-Type:application/xml;charset=utf8
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 262
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << containsHeaderString= Test1: accept contains text/html; Test2: accept contains text/html;level=1; Test3: Incorrect separator character fails as expected; Test4: White space not trimmed from value as expected; Test5: White space trimmed around value as expected; 
04-12-2024 09:51:57:FINISHED TEST : containsHeaderStringTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : getLengthTest()
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << -1
04-12-2024 09:51:57:#getLength() returned expected length -1
04-12-2024 09:51:57:FINISHED TEST : getLengthTest()
04-12-2024 09:51:57:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:57:STARTING TEST : requestHeadersTest()
04-12-2024 09:51:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080'
04-12-2024 09:51:57:###############################
04-12-2024 09:51:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers
04-12-2024 09:51:57:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8
04-12-2024 09:51:57:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:57:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:57:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Length: 130
04-12-2024 09:51:57:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:57 GMT
04-12-2024 09:51:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:57:  TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 
04-12-2024 09:51:57:FINISHED TEST : requestHeadersTest()
12-Apr-2024 09:51:57.985 WARNING [http-nio-8080-exec-63] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:57.985 WARNING [http-nio-8080-exec-63] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:57.987 INFO [http-nio-8080-exec-63] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_headers_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
12-Apr-2024 09:51:57.996 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_request_web.war]
Apr 12, 2024 9:51:58 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:58.326 INFO [http-nio-8080-exec-44] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:58.366 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_request_web.war] has finished in [370] ms
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : selectVariantGetRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : selectVariantGetRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : selectVariantDeleteRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : selectVariantDeleteRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : selectVariantPostRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : selectVariantPostRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : getMethodPutRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : getMethodPutRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : selectVariantResponseVaryTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : selectVariantResponseVaryTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : getMethodGetRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : getMethodGetRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : getMethodPostRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : getMethodPostRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : getMethodHeadRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : getMethodHeadRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : getMethodDeleteRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : getMethodDeleteRequestTest()
04-12-2024 09:51:58:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:58:STARTING TEST : selectVariantPutRequestTest()
04-12-2024 09:51:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:51:58:FINISHED TEST : selectVariantPutRequestTest()
12-Apr-2024 09:51:58.462 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:51:58.463 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:51:58.464 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_request_web]
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
Apr 12, 2024 9:51:59 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:51:58.545 INFO [http-nio-8080-exec-66] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_response_web.war]
12-Apr-2024 09:51:59.134 INFO [http-nio-8080-exec-66] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:51:59.222 INFO [http-nio-8080-exec-66] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_response_web.war] has finished in [677] ms
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:ProcessingException has been thrown as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-12-2024 09:51:59:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:STARTING TEST : getLocationNotPresentTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:response#getLocation() was null as expected
04-12-2024 09:51:59:FINISHED TEST : getLocationNotPresentTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:51:59:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:51:59:[Request] Adding entity: delegate
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> delegate
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:51:59:HeaderDelegate is used for header as expected
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:Close() has been called on an entity stream as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:STARTING TEST : getLinksIsNotNullTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:#getLinks contains no links as expected
04-12-2024 09:51:59:FINISHED TEST : getLinksIsNotNullTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:Close() has not been called on entity stream as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : bufferEntityThrowsExceptionTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:ProcessingException has been thrown as expected
04-12-2024 09:51:59:FINISHED TEST : bufferEntityThrowsExceptionTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> anyrelation
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="anyrelation"
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: anyrelation
04-12-2024 09:51:59:#getLinkBuilder creates correct Link for given relation
04-12-2024 09:51:59:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : getEntityTagNotPresentTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:response#getEntityTag() was null as expected
04-12-2024 09:51:59:FINISHED TEST : getEntityTagNotPresentTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created
04-12-2024 09:51:59:STARTING TEST : responseCreatedRelativeURITest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:FINISHED TEST : responseCreatedRelativeURITest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : getLinksTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="rel1",<http://localhost.tck:888/url404/path2>; rel="rel2"
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:#getLinks contains expected links
04-12-2024 09:51:59:FINISHED TEST : getLinksTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: stringheaders
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> stringheaders
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:51:59:#getStringHeaders contains expected values s3=[s3],Keep-Alive=[timeout=20],Connection=[keep-alive],Content-Length=[0],s1=[s1],Date=[Fri, 12 Apr 2024 09:51:59 GMT],s2=[s2]
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-12-2024 09:51:59:IllegalStateException has been thrown as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : getLanguageNotPresentTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:response#getLanguage() was null as expected
04-12-2024 09:51:59:FINISHED TEST : getLanguageNotPresentTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:Close() has been called on an entity stream as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:Close() has not been called on entity stream as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : readEntityClassTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity

04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:Got expected ENtiTy
04-12-2024 09:51:59:FINISHED TEST : readEntityClassTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : getMediaTypeTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: application/atom+xml
04-12-2024 09:51:59:  TRACE: [WIRE] - >> application/atom+xml
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:51:59:#getMediaType returned expected MediaType
04-12-2024 09:51:59:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : getLinkTest()
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: getLinkTest
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> getLinkTest
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="getLinkTest"
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:#getLink matches expected Link
04-12-2024 09:51:59:FINISHED TEST : getLinkTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:Null or zero length entity returned when no entity as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : readEntityGenericCloseIsCalledTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:Close() has been called on an entity stream as expected
04-12-2024 09:51:59:FINISHED TEST : readEntityGenericCloseIsCalledTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:IllegalStateException has been thrown as expected
04-12-2024 09:51:59:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:51:59:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:getHeaders is mutable
04-12-2024 09:51:59:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915519672
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 1712915519672
04-12-2024 09:51:59:STARTING TEST : readEntityClassAnnotationTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915519672' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:Got expected date Fri Apr 12 09:51:59 UTC 2024
04-12-2024 09:51:59:FINISHED TEST : readEntityClassAnnotationTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:51:59:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:51:59:#hasLink has not found any Link as expected
04-12-2024 09:51:59:FINISHED TEST : hasLinkWhenNoLinkTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : closeTest()
04-12-2024 09:51:59:#close() closed the stream, and consecutive reading threw IllegalStateException as expected
04-12-2024 09:51:59:FINISHED TEST : closeTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> CA
04-12-2024 09:51:59:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:51:59:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:51:59:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:51:59:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:51:59:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:51:59:STARTING TEST : getLanguageTest()
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: CA
04-12-2024 09:51:59:#getLocale matches the Content-Language HTTP header
04-12-2024 09:51:59:FINISHED TEST : getLanguageTest()
04-12-2024 09:51:59:[JAXRSCommonClient] Test setup OK
04-12-2024 09:51:59:STARTING TEST : getDateTest()
04-12-2024 09:51:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date
04-12-2024 09:51:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080'
04-12-2024 09:51:59:###############################
04-12-2024 09:51:59:[Request] Adding entity: 1712915519000
04-12-2024 09:51:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:51:59:  TRACE: [WIRE] - >> 1712915519000
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:51:59 GMT
04-12-2024 09:52:01:#getDate matches the Date HTTP header
04-12-2024 09:52:01:FINISHED TEST : getDateTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:IllegalStateException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityClassIsNullWhenNoEntityTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:Null or zero length entity returned when no entity as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getHeaderStringTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: headerstring
04-12-2024 09:52:01:  TRACE: [WIRE] - >> headerstring
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Cache-Control: no-transform
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Encoding: gzip
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-12-2024 09:52:01:  TRACE: [WIRE] - << Expires: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:Found following objects:
04-12-2024 09:52:01:Keep-Alive:timeout=20 Cache-Control:no-transform Content-Encoding:gzip Connection:keep-alive Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 12 Apr 2024 09:52:01 GMT Content-Length:0 Content-Language:fr-CA Date:Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:FINISHED TEST : getHeaderStringTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:IllegalStateException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityClassCloseIsCalledTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:Close() has been called on an entity stream as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityClassCloseIsCalledTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:ProcessingException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> stringheaders
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:52:01:STARTING TEST : getStringHeadersUsingToStringTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: stringheaders
04-12-2024 09:52:01:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Keep-Alive=[timeout=20],Connection=[keep-alive],Content-Length=[0],s1=[s1],Date=[Fri, 12 Apr 2024 09:52:01 GMT],s2=[s2]
04-12-2024 09:52:01:FINISHED TEST : getStringHeadersUsingToStringTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST TRACE
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Allow: TRACE,POST
04-12-2024 09:52:01:STARTING TEST : getAllowedMethodsTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: POST TRACE
04-12-2024 09:52:01:#getAllowedMethods returned expected methods TRACE;POST
04-12-2024 09:52:01:FINISHED TEST : getAllowedMethodsTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:Close() has not been called on entity stream as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:STARTING TEST : getLengthNotPresentTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:#getLength matches expected Content-Length 0
04-12-2024 09:52:01:FINISHED TEST : getLengthNotPresentTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:IllegalStateException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:Null or zero length entity returned when no entity as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:STARTING TEST : bufferEntityBuffersDataTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:#bufferEntity did buffer opened stream as expected
04-12-2024 09:52:01:FINISHED TEST : bufferEntityBuffersDataTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:STARTING TEST : getCookiesIsImmutableTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Set-Cookie: c1=v1;Version=1,c2=v2;Version=1
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:#getCookies is read-only as expected
04-12-2024 09:52:01:FINISHED TEST : getCookiesIsImmutableTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> toString
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-12-2024 09:52:01:STARTING TEST : getHeaderStringUsingToStringTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: toString
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:52:01:toString method is used as expected
04-12-2024 09:52:01:FINISHED TEST : getHeaderStringUsingToStringTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:ProcessingException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : statusTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 201
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 202
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 204
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 206
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 300
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 301
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 302
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 303
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 304
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 305
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 307
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 308
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 400
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 401
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unauthorized</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 402
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 656
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 402 – Payment Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 402 – Payment Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Payment Required</p><p><b>Description</b> This status code is reserved for future use.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 403
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 653
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Forbidden</p><p><b>Description</b> The server understood the request but refuses to authorize it.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 404
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain

04-12-2024 09:52:01:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 405
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 729
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 405 – Method Not Allowed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 405 – Method Not Allowed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Method Not Allowed</p><p><b>Description</b> The method received in the request-line is known by the origin server but not supported by the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 406
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 407
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 788
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 407 – Proxy Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 407 – Proxy Authentication Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Proxy Authentication Required</p><p><b>Description</b> This status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 408
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 708
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 408 – Request Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 408 – Request Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Timeout</p><p><b>Description</b> The server did not receive a complete request message within the time that it was prepared to wait.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 409
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 409 – Conflict</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 409 – Conflict</h1><hr class="line" /><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 target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 410
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 700
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 410 – Gone</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 410 – Gone</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gone</p><p><b>Description</b> Access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 411
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 683
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 411 – Length Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 411 – Length Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Length Required</p><p><b>Description</b> The server refuses to accept the request without a defined Content-Length.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 412
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 412 – Precondition Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 – Precondition Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Failed</p><p><b>Description</b> One or more conditions given in the request header fields evaluated to false when tested on the server.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 413
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 750
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 413 – Payload Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 413 – Payload Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Entity Too Large</p><p><b>Description</b> The server is refusing to process a request because the request payload is larger than the server is willing or able to process.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 414
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 731
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 414 – URI Too Long</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 414 – URI Too Long</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request-URI Too Long</p><p><b>Description</b> The server is refusing to service the request because the request-target is longer than the server is willing to interpret.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 415
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 770
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 415 – Unsupported Media Type</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 415 – Unsupported Media Type</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unsupported Media Type</p><p><b>Description</b> The origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 416
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 875
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 416 – Range Not Satisfiable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 416 – Range Not Satisfiable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Requested Range Not Satisfiable</p><p><b>Description</b> None of the ranges in the request's Range header field overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 417
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 733
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 417 – Expectation Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 417 – Expectation Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Expectation Failed</p><p><b>Description</b> The expectation given in the request's Expect header field could not be met by at least one of the inbound servers.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 428
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 684
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 428 – Precondition Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 428 – Precondition Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Required</p><p><b>Description</b> The origin server requires the request to be conditional.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 429
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 695
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 429 – Too Many Requests</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 429 – Too Many Requests</h1><hr class="line" /><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 ("rate limiting").</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 431
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 744
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 431 – Request Header Fields Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 431 – Request Header Fields Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Header Fields Too Large</p><p><b>Description</b> The server is unwilling to process the request because its header fields are too large.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 451
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 701
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 451 – Unavailable For Legal Reasons</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 451 – Unavailable For Legal Reasons</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unavailable For Legal Reasons</p><p><b>Description</b> The server refused this request for legal reasons.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 500
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 501
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 501 – Not Implemented</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 501 – Not Implemented</h1><hr class="line" /><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 required to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 502
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 749
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 502 – Bad Gateway</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 502 – Bad Gateway</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Gateway</p><p><b>Description</b> The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 503
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 777
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 503 – Service Unavailable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 503 – Service Unavailable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Service Unavailable</p><p><b>Description</b> The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 504
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 768
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 504 – Gateway Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 504 – Gateway Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gateway Timeout</p><p><b>Description</b> The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 505
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 757
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 505 – HTTP Version Not Supported</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 505 – HTTP Version Not Supported</h1><hr class="line" /><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, or refuses to support, the major version of HTTP that was used in the request message.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080'
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:52:01:  TRACE: [WIRE] - << TESTHEADER: status code in request = 511
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 713
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:01:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 511 – Network Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 511 – Network Authentication Required</h1><hr class="line" /><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 class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:01:FINISHED TEST : statusTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:#bufferEntity throws IllegalStateException as expected
04-12-2024 09:52:01:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityClassThrowsProcessingExceptionTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:ProcessingException has been thrown as expected
04-12-2024 09:52:01:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : closeThrowsExceptionWhenErrorTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:#close() threw ProcessingException as expected
04-12-2024 09:52:01:FINISHED TEST : closeThrowsExceptionWhenErrorTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:Got expected ENtiTy
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : readEntityGenericTypeAnnotationTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915521883' to target server at 'localhost:8080'04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712915521883

04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 13
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 1712915521883
04-12-2024 09:52:01:Got expected date Fri Apr 12 09:52:01 UTC 2024
04-12-2024 09:52:01:FINISHED TEST : readEntityGenericTypeAnnotationTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getEntityTagTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: ABCDEF0123456789
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> ABCDEF0123456789
04-12-2024 09:52:01:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << ETag: "ABCDEF0123456789"
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:#getEntityTag is "ABCDEF0123456789" as expected
04-12-2024 09:52:01:FINISHED TEST : getEntityTagTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:01:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:01:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-12-2024 09:52:01:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getHeadersTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: notnull
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> notnull
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Cache-Control: no-transform
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Encoding: gzip
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-12-2024 09:52:01:  TRACE: [WIRE] - << Expires: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Language: fr-CA
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:Found following objects:
04-12-2024 09:52:01:Keep-Alive:timeout=20 Cache-Control:no-transform Content-Encoding:gzip Connection:keep-alive Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 12 Apr 2024 09:52:01 GMT Content-Length:0 Content-Language:fr-CA Date:Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:FINISHED TEST : getHeadersTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getLastModifiedNotPresentTest()
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:response#getLastModified() was null as expected
04-12-2024 09:52:01:FINISHED TEST : getLastModifiedNotPresentTest()
04-12-2024 09:52:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:01:STARTING TEST : getStatusInfoTest()
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: OK
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: CREATED
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> CREATED
04-12-2024 09:52:01:  TRACE: [WIRE] - << 201 CREATED
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: ACCEPTED04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> ACCEPTED
04-12-2024 09:52:01:  TRACE: [WIRE] - << 202 ACCEPTED
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: NO_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> NO_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: RESET_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> RESET_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: PARTIAL_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> PARTIAL_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: MULTIPLE_CHOICES
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> MULTIPLE_CHOICES
04-12-2024 09:52:01:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: MOVED_PERMANENTLY
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> MOVED_PERMANENTLY
04-12-2024 09:52:01:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: FOUND
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> FOUND
04-12-2024 09:52:01:  TRACE: [WIRE] - << 302 FOUND
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:01:[Request] Adding entity: SEE_OTHER
04-12-2024 09:52:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:01:  TRACE: [WIRE] - >> SEE_OTHER
04-12-2024 09:52:01:  TRACE: [WIRE] - << 303 SEE_OTHER
04-12-2024 09:52:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:01:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:01:###############################
04-12-2024 09:52:02:[Request] Adding entity: NOT_MODIFIED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> NOT_MODIFIED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: USE_PROXY
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> USE_PROXY
04-12-2024 09:52:02:  TRACE: [WIRE] - << 305 USE_PROXY
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: TEMPORARY_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> TEMPORARY_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: PERMANENT_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> PERMANENT_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: BAD_REQUEST
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> BAD_REQUEST
04-12-2024 09:52:02:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:52:02:[Request] Adding entity: UNAUTHORIZED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> UNAUTHORIZED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unauthorized</p><p><b>Description</b> The request has not been applied to the target resource because it lacks valid authentication credentials for that resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: PAYMENT_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> PAYMENT_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 656
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 402 – Payment Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 402 – Payment Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Payment Required</p><p><b>Description</b> This status code is reserved for future use.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: FORBIDDEN
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> FORBIDDEN
04-12-2024 09:52:02:  TRACE: [WIRE] - << 403 FORBIDDEN
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 653
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Forbidden</p><p><b>Description</b> The server understood the request but refuses to authorize it.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: NOT_FOUND
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> NOT_FOUND
04-12-2024 09:52:02:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: METHOD_NOT_ALLOWED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> METHOD_NOT_ALLOWED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 729
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 405 – Method Not Allowed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 405 – Method Not Allowed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Method Not Allowed</p><p><b>Description</b> The method received in the request-line is known by the origin server but not supported by the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: NOT_ACCEPTABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> NOT_ACCEPTABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 788
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 407 – Proxy Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 407 – Proxy Authentication Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Proxy Authentication Required</p><p><b>Description</b> This status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: REQUEST_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> REQUEST_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 708
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 408 – Request Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 408 – Request Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Timeout</p><p><b>Description</b> The server did not receive a complete request message within the time that it was prepared to wait.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: CONFLICT
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> CONFLICT
04-12-2024 09:52:02:  TRACE: [WIRE] - << 409 CONFLICT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 409 – Conflict</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 409 – Conflict</h1><hr class="line" /><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 target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: GONE04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GONE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 410 GONE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 700
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 410 – Gone</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 410 – Gone</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gone</p><p><b>Description</b> Access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: LENGTH_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> LENGTH_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 683
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 411 – Length Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 411 – Length Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Length Required</p><p><b>Description</b> The server refuses to accept the request without a defined Content-Length.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: PRECONDITION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> PRECONDITION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 724
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:01 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 412 – Precondition Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 412 – Precondition Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Failed</p><p><b>Description</b> One or more conditions given in the request header fields evaluated to false when tested on the server.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 750
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 413 – Payload Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 413 – Payload Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Entity Too Large</p><p><b>Description</b> The server is refusing to process a request because the request payload is larger than the server is willing or able to process.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: REQUEST_URI_TOO_LONG
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG
04-12-2024 09:52:02:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 731
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 414 – URI Too Long</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 414 – URI Too Long</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request-URI Too Long</p><p><b>Description</b> The server is refusing to service the request because the request-target is longer than the server is willing to interpret.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 770
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 415 – Unsupported Media Type</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 415 – Unsupported Media Type</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unsupported Media Type</p><p><b>Description</b> The origin server is refusing to service the request because the payload is in a format not supported by this method on the target resource.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:52:02:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 875
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 416 – Range Not Satisfiable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 416 – Range Not Satisfiable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Requested Range Not Satisfiable</p><p><b>Description</b> None of the ranges in the request's Range header field overlap the current extent of the selected resource or that the set of ranges requested has been rejected due to invalid ranges or an excessive request of small or overlapping ranges.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: EXPECTATION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> EXPECTATION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 733
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 417 – Expectation Failed</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 417 – Expectation Failed</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Expectation Failed</p><p><b>Description</b> The expectation given in the request's Expect header field could not be met by at least one of the inbound servers.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: PRECONDITION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> PRECONDITION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 684
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 428 – Precondition Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 428 – Precondition Required</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Precondition Required</p><p><b>Description</b> The origin server requires the request to be conditional.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: TOO_MANY_REQUESTS
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> TOO_MANY_REQUESTS
04-12-2024 09:52:02:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 695
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 429 – Too Many Requests</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 429 – Too Many Requests</h1><hr class="line" /><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 ("rate limiting").</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 744
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 431 – Request Header Fields Too Large</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 431 – Request Header Fields Too Large</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Request Header Fields Too Large</p><p><b>Description</b> The server is unwilling to process the request because its header fields are too large.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:52:02:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 701
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 451 – Unavailable For Legal Reasons</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 451 – Unavailable For Legal Reasons</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Unavailable For Legal Reasons</p><p><b>Description</b> The server refused this request for legal reasons.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:[Request] Adding entity: INTERNAL_SERVER_ERROR
04-12-2024 09:52:02:  TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR
04-12-2024 09:52:02:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:[Request] Adding entity: NOT_IMPLEMENTED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> NOT_IMPLEMENTED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 687
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 501 – Not Implemented</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 501 – Not Implemented</h1><hr class="line" /><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 required to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: BAD_GATEWAY04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> BAD_GATEWAY

04-12-2024 09:52:02:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 749
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 502 – Bad Gateway</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 502 – Bad Gateway</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Gateway</p><p><b>Description</b> The server, while acting as a gateway or proxy, received an invalid response from an inbound server it accessed while attempting to fulfill the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: SERVICE_UNAVAILABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> SERVICE_UNAVAILABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 777
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 503 – Service Unavailable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 503 – Service Unavailable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Service Unavailable</p><p><b>Description</b> The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: GATEWAY_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GATEWAY_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 768
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 504 – Gateway Timeout</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 504 – Gateway Timeout</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Gateway Timeout</p><p><b>Description</b> The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 757
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 505 – HTTP Version Not Supported</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 505 – HTTP Version Not Supported</h1><hr class="line" /><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, or refuses to support, the major version of HTTP that was used in the request message.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 713
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:02:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 511 – Network Authentication Required</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 511 – Network Authentication Required</h1><hr class="line" /><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 class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:52:02:#getStatusInfo returned expected StatusTypes
04-12-2024 09:52:02:FINISHED TEST : getStatusInfoTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : hasEntityWhenEntityTest()
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:02:#hasEntity found the entity as expected
04-12-2024 09:52:02:FINISHED TEST : hasEntityWhenEntityTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> 1234567890
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 1234567890
04-12-2024 09:52:02:STARTING TEST : getLengthTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: 1234567890
04-12-2024 09:52:02:#getLength matches expected Content-Length 10
04-12-2024 09:52:02:FINISHED TEST : getLengthTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : getHeadersUsingHeaderDelegateTest()
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: notnull
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> notnull
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << s3: s3
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << s1: s1
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << s2: s2
04-12-2024 09:52:02:Received:
04-12-2024 09:52:02:s3:s3 Keep-Alive:timeout=20 Connection:keep-alive Content-Length:0 s1:s1 Date:Fri, 12 Apr 2024 09:52:02 GMT s2:s2
04-12-2024 09:52:02:Received expected headers s3:s3;Keep-Alive:timeout=20;Connection:keep-alive;Content-Length:0;s1:s1;Date:Fri, 12 Apr 2024 09:52:02 GMT;s2:s2
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:FINISHED TEST : getHeadersUsingHeaderDelegateTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:02:Close() has not been called on entity stream as expected
04-12-2024 09:52:02:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : getLastModifiedTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified

04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: 1712915522000
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> 1712915522000
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Last-Modified: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:#getLastModified matches the Last-Modified HTTP header
04-12-2024 09:52:02:FINISHED TEST : getLastModifiedTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:STARTING TEST : hasLinkWhenLinkTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: path
04-12-2024 09:52:02:  TRACE: [WIRE] - >> path
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="path"
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:#hasEntity found the Link as expected
04-12-2024 09:52:02:FINISHED TEST : hasLinkWhenLinkTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : getLocationTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:[Request] Adding entity: path
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - >> path
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path
04-12-2024 09:52:02:#getLocation contains expected location
04-12-2024 09:52:02:FINISHED TEST : getLocationTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << ENtiTy
04-12-2024 09:52:02:#getLinkBuilder returned null as expected
04-12-2024 09:52:02:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-12-2024 09:52:02:STARTING TEST : getLinkNotPresentTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:response#getLink() was null as expected
04-12-2024 09:52:02:FINISHED TEST : getLinkNotPresentTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : getCookiesTest()
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Set-Cookie: c1=v1;Version=1,c2=v2;Version=1
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:#getCookies returned expected cookies
04-12-2024 09:52:02:FINISHED TEST : getCookiesTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:STARTING TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:#hasEntity has not found any entity as expected
04-12-2024 09:52:02:FINISHED TEST : hasEntityWhenNoEntityTest()
04-12-2024 09:52:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-12-2024 09:52:02:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:02:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-12-2024 09:52:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:02:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:02 GMT
04-12-2024 09:52:02:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()
04-12-2024 09:52:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-12-2024 09:52:02:###############################
04-12-2024 09:52:02:Null or zero length entity returned when no entity as expected
04-12-2024 09:52:02:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest()
12-Apr-2024 09:52:02.854 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:02.854 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:02.855 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_response_web]
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.33 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT
Apr 12, 2024 9:52:03 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:02.921 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_responsebuilder_web.war]
12-Apr-2024 09:52:03.238 INFO [http-nio-8080-exec-64] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:03.270 INFO [http-nio-8080-exec-64] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_responsebuilder_web.war] has finished in [349] ms
04-12-2024 09:52:03:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:03:STARTING TEST : entityObjectTest()
04-12-2024 09:52:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080'04-12-2024 09:52:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity

04-12-2024 09:52:03:###############################
04-12-2024 09:52:03:[Request] Adding entity: 1712915523278
04-12-2024 09:52:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:03:  TRACE: [WIRE] - >> 1712915523278
04-12-2024 09:52:03:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:03:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:03:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:03:  TRACE: [WIRE] - << Content-Length: 123
04-12-2024 09:52:03:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:03 GMT
04-12-2024 09:52:03:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:52:03:  TRACE: [WIRE] - << 1712915523278 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 
04-12-2024 09:52:03:FINISHED TEST : entityObjectTest()
12-Apr-2024 09:52:03.293 WARNING [http-nio-8080-exec-65] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:03.293 WARNING [http-nio-8080-exec-65] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:03.294 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_responsebuilder_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 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
Apr 12, 2024 9:52:04 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:04.067 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_securitycontext_basic_web.war]
12-Apr-2024 09:52:04.575 INFO [http-nio-8080-exec-38] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:04.605 INFO [http-nio-8080-exec-38] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_securitycontext_basic_web.war] has finished in [538] ms
04-12-2024 09:52:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:04:STARTING TEST : noAuthorizationTest()
04-12-2024 09:52:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:04:FINISHED TEST : noAuthorizationTest()
04-12-2024 09:52:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:04:STARTING TEST : basicAuthorizationIncorrectUserTest()
04-12-2024 09:52:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:04:FINISHED TEST : basicAuthorizationIncorrectUserTest()
04-12-2024 09:52:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:04:STARTING TEST : basicAuthorizationAdminTest()
04-12-2024 09:52:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:04:FINISHED TEST : basicAuthorizationAdminTest()
04-12-2024 09:52:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:04:STARTING TEST : basicAuthorizationIncorrectPasswordTest()
04-12-2024 09:52:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:04:FINISHED TEST : basicAuthorizationIncorrectPasswordTest()
04-12-2024 09:52:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:04:STARTING TEST : basicAuthorizationStandardUserTest()
04-12-2024 09:52:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:04:FINISHED TEST : basicAuthorizationStandardUserTest()
12-Apr-2024 09:52:04.634 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:04.634 WARNING [http-nio-8080-exec-71] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:04.636 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_securitycontext_basic_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 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
12-Apr-2024 09:52:04.645 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_uriinfo_web.war]
12-Apr-2024 09:52:04.999 INFO [http-nio-8080-exec-78] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:52:05 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:05.039 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_uriinfo_web.war] has finished in [394] ms
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : getMatchedURIsTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : getMatchedURIsTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : queryTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : queryTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathParamTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathParamTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathParamTest2()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathParamTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathParamTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathParamTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathTest2()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathSegTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathSegTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : queryTest1()
04-12-2024 09:52:05:[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-12-2024 09:52:05:FINISHED TEST : queryTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : queryTest2()
04-12-2024 09:52:05:[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-12-2024 09:52:05:FINISHED TEST : queryTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathSegTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathSegTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathSegTest2()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathSegTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : getMatchedURIsTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : getMatchedURIsTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : getMatchedURIsTest2()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : getMatchedURIsTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : getMatchedResourcesTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : getMatchedResourcesTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : pathTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : pathTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : requestURITest()
04-12-2024 09:52:05:[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-12-2024 09:52:05:FINISHED TEST : requestURITest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : aPathTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : aPathTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : baseUriTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : baseUriTest()
12-Apr-2024 09:52:05.122 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:05.122 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:05.123 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_uriinfo_web]
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.486 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT
Apr 12, 2024 9:52:05 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:05.131 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_delete_web.war]
12-Apr-2024 09:52:05.496 INFO [http-nio-8080-exec-33] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:05.533 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_delete_web.war] has finished in [402] ms
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : deleteSubTest()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : deleteSubTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : deleteTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : deleteTest1()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : deleteTest2()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest  HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : deleteTest2()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:STARTING TEST : deleteSubTest1()
04-12-2024 09:52:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:05:FINISHED TEST : deleteSubTest1()
12-Apr-2024 09:52:05.550 WARNING [http-nio-8080-exec-62] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:05.550 WARNING [http-nio-8080-exec-62] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:05.551 INFO [http-nio-8080-exec-62] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_delete_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 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
12-Apr-2024 09:52:05.560 INFO [http-nio-8080-exec-63] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war]
Apr 12, 2024 9:52:05 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:05.936 INFO [http-nio-8080-exec-63] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:05.969 INFO [http-nio-8080-exec-63] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war] has finished in [408] ms
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:05:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-12-2024 09:52:05:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:05:###############################
04-12-2024 09:52:05:[Request] Adding entity: Entity
04-12-2024 09:52:05:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:05:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:52:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:05:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:52:05:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:05:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-12-2024 09:52:05:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:05:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:52:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:05:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:52:05:STARTING TEST : setAnnotationsTest()
04-12-2024 09:52:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:05:###############################
04-12-2024 09:52:05:[Request] Adding entity: Entity
04-12-2024 09:52:05:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:52:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:05:STARTING TEST : setGenericTypeTest()
04-12-2024 09:52:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:05:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << [B
04-12-2024 09:52:06:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-12-2024 09:52:06:STARTING TEST : getMediaTypeTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << application/json
04-12-2024 09:52:06:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : setPropertyNullTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << None
04-12-2024 09:52:06:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << None
04-12-2024 09:52:06:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 49
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0
04-12-2024 09:52:06:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << None
04-12-2024 09:52:06:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : setMediaTypeTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:52:06:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> java.io.InputStreamReader@46cd5f4a
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:52:06:STARTING TEST : setTypeTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: java.io.InputStreamReader@46cd5f4a
04-12-2024 09:52:06:#setType set correct type java.io.InputStreamReader
04-12-2024 09:52:06:FINISHED TEST : setTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:06:STARTING TEST : getTypeTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:FINISHED TEST : getTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:STARTING TEST : getAnnotationsTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(100)]}
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:52:06:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-12-2024 09:52:06:STARTING TEST : getGenericTypeTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:06:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : setPropertyTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:52:06:FINISHED TEST : setPropertyTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : removePropertyTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << None
04-12-2024 09:52:06:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:52:06.160 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:06.160 WARNING [http-nio-8080-exec-41] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:06.161 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 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
12-Apr-2024 09:52:06.215 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war]
Apr 12, 2024 9:52:06 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:06.585 INFO [http-nio-8080-exec-73] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:06.613 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war] has finished in [397] ms
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : getEntityTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Entity
04-12-2024 09:52:06:FINISHED TEST : getEntityTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent
04-12-2024 09:52:06:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:STARTING TEST : setEntityTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << OPERATION
04-12-2024 09:52:06:FINISHED TEST : setEntityTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-12-2024 09:52:06:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Property
04-12-2024 09:52:06:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:STARTING TEST : setOutputStreamTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 512
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Enxixy
04-12-2024 09:52:06:FINISHED TEST : setOutputStreamTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:52:06:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:52:06:Root cause of Failure: WebApplicationException has been thrown as expectedee.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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1118)
	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:671)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:670)
	at 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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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.lockedPrintStackTrace(Throwable.java:694)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:673)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:660)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:651)
	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)
	... 109 more
04-12-2024 09:52:06:[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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1118)
	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:671)
	at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:706)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:700)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391)
	at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:700)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:670)
	at 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)
	... 110 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:735)
	at java.base/java.lang.Throwable.lockedPrintStackTrace(Throwable.java:696)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:673)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:660)
	at java.base/java.lang.Throwable.printStackTrace(Throwable.java:651)
	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)
	... 109 more
04-12-2024 09:52:06:WebApplicationException has been thrown as expected
04-12-2024 09:52:06:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:52:06:STARTING TEST : getHeadersTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent
04-12-2024 09:52:06:FINISHED TEST : getHeadersTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/*
04-12-2024 09:52:06:STARTING TEST : getOutputStreamTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << NoneEntity
04-12-2024 09:52:06:FINISHED TEST : getOutputStreamTest()
04-12-2024 09:52:06:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-12-2024 09:52:06:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:06:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:06:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:52:06:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:52:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-12-2024 09:52:06:###############################
04-12-2024 09:52:06:[Request] Adding entity: Entity
04-12-2024 09:52:06:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:05 GMT
04-12-2024 09:52:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:06:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:52:06:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:52:06.765 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:06.765 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:06.767 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 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
12-Apr-2024 09:52:06.829 INFO [http-nio-8080-exec-62] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war]
Apr 12, 2024 9:52:07 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:07.207 INFO [http-nio-8080-exec-62] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:07.244 INFO [http-nio-8080-exec-62] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war] has finished in [415] ms
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:52:07:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : setAnnotationsTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:52:07:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:STARTING TEST : setGenericTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << [B
04-12-2024 09:52:07:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:STARTING TEST : getMediaTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << application/json
04-12-2024 09:52:07:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:STARTING TEST : setPropertyNullTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << None
04-12-2024 09:52:07:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << None
04-12-2024 09:52:07:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 101
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-12-2024 09:52:07:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << None
04-12-2024 09:52:07:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : setMediaTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:52:07:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> java.io.InputStreamReader@6ffc5c3b
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:STARTING TEST : setTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: java.io.InputStreamReader@6ffc5c3b
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:52:07:#setType set correct type java.io.InputStreamReader
04-12-2024 09:52:07:FINISHED TEST : setTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : getTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:07:FINISHED TEST : getTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : getAnnotationsTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]}
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:07:STARTING TEST : getGenericTypeTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : setPropertyTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:52:07:FINISHED TEST : setPropertyTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-12-2024 09:52:07:STARTING TEST : removePropertyTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << None
04-12-2024 09:52:07:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:52:07.421 WARNING [http-nio-8080-exec-59] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:07.421 WARNING [http-nio-8080-exec-59] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:07.425 INFO [http-nio-8080-exec-59] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 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
Apr 12, 2024 9:52:07 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:07.442 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war]
12-Apr-2024 09:52:07.856 INFO [http-nio-8080-exec-41] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:07.892 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war] has finished in [450] ms
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:STARTING TEST : getHeadersHeadersSetTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 121
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length
04-12-2024 09:52:07:FINISHED TEST : getHeadersHeadersSetTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:52:07:STARTING TEST : setInputStreamTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:FINISHED TEST : setInputStreamTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 71
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length
04-12-2024 09:52:07:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << Property
04-12-2024 09:52:07:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 51
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-12-2024 09:52:07:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> getInputStreamEntity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:STARTING TEST : getInputStreamTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: getInputStreamEntity
04-12-2024 09:52:07:  TRACE: [WIRE] - << getInputStreamEntity
04-12-2024 09:52:07:FINISHED TEST : getInputStreamTest()
04-12-2024 09:52:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-12-2024 09:52:07:  TRACE: [WIRE] - >> Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:52:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:07 GMT
04-12-2024 09:52:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:07:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:52:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:52:07:###############################
04-12-2024 09:52:07:[Request] Adding entity: Entity
04-12-2024 09:52:07:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:52:07:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:52:07.967 WARNING [http-nio-8080-exec-76] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:07.967 WARNING [http-nio-8080-exec-76] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:07.969 INFO [http-nio-8080-exec-76] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 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
12-Apr-2024 09:52:08.016 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war]
12-Apr-2024 09:52:08.445 INFO [http-nio-8080-exec-74] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:52:08 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:52:08.477 INFO [http-nio-8080-exec-74] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war] has finished in [461] ms
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 48
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-12-2024 09:52:08:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 63
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:52:08:STARTING TEST : setAnnotationsTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : setAnnotationsTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << [B
04-12-2024 09:52:08:STARTING TEST : setGenericTypeTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : setGenericTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:52:08:  TRACE: [WIRE] - << application/json
04-12-2024 09:52:08:STARTING TEST : getMediaTypeTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : getMediaTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << None
04-12-2024 09:52:08:STARTING TEST : setPropertyNullTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : setPropertyNullTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << None
04-12-2024 09:52:08:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 101
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-12-2024 09:52:08:STARTING TEST : getPropertyNamesTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : getPropertyNamesTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-12-2024 09:52:08:STARTING TEST : getPropertyIsNullTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << None
04-12-2024 09:52:08:FINISHED TEST : getPropertyIsNullTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:STARTING TEST : setMediaTypeTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-12-2024 09:52:08:FINISHED TEST : setMediaTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << java.io.InputStreamReader
04-12-2024 09:52:08:STARTING TEST : setTypeTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:#setType set correct type java.io.InputStreamReader
04-12-2024 09:52:08:FINISHED TEST : setTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:STARTING TEST : getTypeTest()
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:08:FINISHED TEST : getTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 112
04-12-2024 09:52:08:STARTING TEST : getAnnotationsTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path("{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(100)
04-12-2024 09:52:08:FINISHED TEST : getAnnotationsTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << java.lang.String
04-12-2024 09:52:08:STARTING TEST : getGenericTypeTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : getGenericTypeTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:STARTING TEST : setPropertyTest()
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 12
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << Other Entity
04-12-2024 09:52:08:FINISHED TEST : setPropertyTest()
04-12-2024 09:52:08:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty
04-12-2024 09:52:08:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:08:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:08:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:08:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-12-2024 09:52:08:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:08:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:08:  TRACE: [WIRE] - << None
04-12-2024 09:52:08:STARTING TEST : removePropertyTest()
04-12-2024 09:52:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-12-2024 09:52:08:###############################
04-12-2024 09:52:08:FINISHED TEST : removePropertyTest()
12-Apr-2024 09:52:08.662 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:08.662 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:08.664 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 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
Apr 12, 2024 9:52:09 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:08.726 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war]
12-Apr-2024 09:52:09.304 INFO [http-nio-8080-exec-78] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:09.341 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war] has finished in [615] ms
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : getEntityTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080'
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << Entity
04-12-2024 09:52:09:FINISHED TEST : getEntityTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-12-2024 09:52:09:FINISHED TEST : getHeadersOperationOnlyTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : setEntityTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION
04-12-2024 09:52:09:FINISHED TEST : setEntityTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property: Property
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:STARTING TEST : getHeadersIsMutableTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property
04-12-2024 09:52:09:FINISHED TEST : getHeadersIsMutableTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 512
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:STARTING TEST : setOutputStreamTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - << Enxixy
04-12-2024 09:52:09:FINISHED TEST : setOutputStreamTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 51
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-12-2024 09:52:09:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : getHeadersTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property4: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property3: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property2: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property1: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << Property0: any
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-12-2024 09:52:09:FINISHED TEST : getHeadersTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : getOutputStreamTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << NoneEntity
04-12-2024 09:52:09:FINISHED TEST : getOutputStreamTest()
04-12-2024 09:52:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:09:STARTING TEST : proceedThrowsIOExceptionTest()
04-12-2024 09:52:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080'
04-12-2024 09:52:09:###############################
04-12-2024 09:52:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception
04-12-2024 09:52:09:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:09:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-12-2024 09:52:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Length: 39
04-12-2024 09:52:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:08 GMT
04-12-2024 09:52:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:09:  TRACE: [WIRE] - << IOException has been thrown as expected
04-12-2024 09:52:09:FINISHED TEST : proceedThrowsIOExceptionTest()
12-Apr-2024 09:52:09.443 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:09.443 WARNING [http-nio-8080-exec-47] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:09.445 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 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
Apr 12, 2024 9:52:10 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:09.460 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_paramconverter_web.war]
12-Apr-2024 09:52:09.967 INFO [http-nio-8080-exec-78] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:10.016 INFO [http-nio-8080-exec-78] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_paramconverter_web.war] has finished in [556] ms
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValuePathParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValuePathParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInFormParamTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInFormParamTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInCookieParamTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInCookieParamTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH
04-12-2024 09:52:10:STARTING TEST : defaultValueQueryParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueQueryParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:STARTING TEST : pathParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:FINISHED TEST : pathParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : formParamUsesParamConvertorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
04-12-2024 09:52:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:[Request] Adding entity: param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:52:10:  TRACE: [WIRE] - >> param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : formParamUsesParamConvertorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:STARTING TEST : headerParamUsesParamConvertorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:FINISHED TEST : headerParamUsesParamConvertorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInMatrixParamTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInMatrixParamTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isParamCoverterInApplicationClassesUsedTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : cookieParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : cookieParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH
04-12-2024 09:52:10:STARTING TEST : matrixParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : matrixParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : matrixParamUsesParamConvertorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : matrixParamUsesParamConvertorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInPathParamTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInPathParamTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : headerParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : headerParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : queryParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : queryParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueCookieParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueCookieParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : pathParamUsesParamConvertorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : pathParamUsesParamConvertorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueMatrixParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueMatrixParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : cookieParamUsesParamConvertorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive

04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : cookieParamUsesParamConvertorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : atomicIntegerPassesTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << 10
04-12-2024 09:52:10:FINISHED TEST : atomicIntegerPassesTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueFormParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueFormParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueHeaderParamInLocatorTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueHeaderParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : formParamInLocatorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:[Request] Adding entity: param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:52:10:  TRACE: [WIRE] - >> param=ABCDEFGH
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:52:10:FINISHED TEST : formParamInLocatorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
java.lang.NumberFormatException: For input string: "DEFAULT"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
	at java.base/java.lang.Integer.parseInt(Integer.java:662)
	at java.base/java.lang.Integer.parseInt(Integer.java:778)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409)
	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:120)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
	at java.base/java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 5174
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT"
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:662)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:778)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:120)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:52:10:  TRACE: [WIRE] - << 	at java.base/java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:52:10:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInHeaderParamTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInHeaderParamTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : defaultValueInQueryParamTest()
04-12-2024 09:52:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery
04-12-2024 09:52:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080'
04-12-2024 09:52:10:###############################
04-12-2024 09:52:10:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:10:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:10:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:10:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:10:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:10 GMT
04-12-2024 09:52:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:10:  TRACE: [WIRE] - << DEFAULT
04-12-2024 09:52:10:FINISHED TEST : defaultValueInQueryParamTest()
12-Apr-2024 09:52:10.318 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:10.318 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:10.320 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_ext_paramconverter_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
12-Apr-2024 09:52:10.370 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_providers_web.war]
Apr 12, 2024 9:52:10 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:10.745 INFO [http-nio-8080-exec-33] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:10.799 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_ext_providers_web.war] has finished in [428] ms
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : readEntityFromBodyTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : readEntityFromBodyTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : readEntityFromHeaderTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : readEntityFromHeaderTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : writeBodyEntityUsingWriterTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : writeBodyEntityUsingWriterTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : writeHeaderEntityUsingWriterTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : writeHeaderEntityUsingWriterTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : getSingletonsTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : getSingletonsTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : getClassesTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : getClassesTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredMessageBodyWriterXmlTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : writeIOExceptionWithoutWriterTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : writeIOExceptionWithoutWriterTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredMessageBodReaderXmlTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredMessageBodReaderXmlTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredAppJsonContextResolverTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredAppJsonContextResolverTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredTextPlainContextResolverTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredTextPlainContextResolverTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : writeIOExceptionUsingWriterTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : writeIOExceptionUsingWriterTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : readEntityIOExceptionTest()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : readEntityIOExceptionTest()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : readEntityWebException400Test()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : readEntityWebException400Test()
04-12-2024 09:52:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:10:STARTING TEST : readEntityWebException410Test()
04-12-2024 09:52:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:10:FINISHED TEST : readEntityWebException410Test()
12-Apr-2024 09:52:10.870 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:10.871 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:10.872 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_ext_providers_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
12-Apr-2024 09:52:10.926 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
12-Apr-2024 09:52:11.301 INFO [http-nio-8080-exec-47] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:11.346 INFO [http-nio-8080-exec-47] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [420] ms
Apr 12, 2024 9:52:11 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamSentTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamSentTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamValueOfTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamValueOfTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : formParamEntityWithEncodedTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : formParamEntityWithEncodedTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:11:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:11:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:52:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:11:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:52:11.439 WARNING [http-nio-8080-exec-73] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:11.439 WARNING [http-nio-8080-exec-73] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:11.440 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
12-Apr-2024 09:52:11.457 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_locator_web.war]
Apr 12, 2024 9:52:11 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:11.800 INFO [http-nio-8080-exec-71] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:11.831 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_locator_web.war] has finished in [374] ms
12-Apr-2024 09:52:11.839 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
12-Apr-2024 09:52:12.193 INFO [http-nio-8080-exec-80] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:12.234 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [395] ms
Apr 12, 2024 9:52:12 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:12:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:52:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:12:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:52:12.263 WARNING [http-nio-8080-exec-58] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:12.263 WARNING [http-nio-8080-exec-58] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:12.265 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_locator_web]
12-Apr-2024 09:52:12.269 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:12.269 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:12.270 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
12-Apr-2024 09:52:12.289 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_sub_web.war]
12-Apr-2024 09:52:12.731 INFO [http-nio-8080-exec-41] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:52:12 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:12.767 INFO [http-nio-8080-exec-41] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_sub_web.war] has finished in [478] ms
12-Apr-2024 09:52:12.777 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war]
12-Apr-2024 09:52:13.126 INFO [http-nio-8080-exec-31] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:13.163 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_formparam_web.war] has finished in [385] ms
Apr 12, 2024 9:52:13 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamSentTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamSentTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromConstructorTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamValueOfTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamValueOfTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamPutArgSentTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamNoArgSentTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
12-Apr-2024 09:52:13.243 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:13.243 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:13.244 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_sub_web]
12-Apr-2024 09:52:13.248 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:13.248 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:13.249 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_formparam_web]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
Apr 12, 2024 9:52:13 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:13.258 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_get_web.war]
12-Apr-2024 09:52:13.658 INFO [http-nio-8080-exec-79] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:13.692 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_get_web.war] has finished in [434] ms
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : headSubTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : headSubTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : getSubTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : getSubTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : recursiveResourceLocatorTest()
04-12-2024 09:52:13:[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'
04-12-2024 09:52:13:FINISHED TEST : recursiveResourceLocatorTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : headTest1()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : headTest1()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : headTest2()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : headTest2()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : dynamicGetTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : dynamicGetTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : optionSubTest()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : optionSubTest()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : getTest1()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : getTest1()
04-12-2024 09:52:13:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:13:STARTING TEST : getTest2()
04-12-2024 09:52:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:13:FINISHED TEST : getTest2()
12-Apr-2024 09:52:13.741 WARNING [http-nio-8080-exec-73] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:13.741 WARNING [http-nio-8080-exec-73] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:13.743 INFO [http-nio-8080-exec-73] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_get_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
Apr 12, 2024 9:52:14 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:13.752 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_head_web.war]
12-Apr-2024 09:52:14.095 INFO [http-nio-8080-exec-75] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:14.127 INFO [http-nio-8080-exec-75] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_head_web.war] has finished in [375] ms
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headSubTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headSubTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headTest1()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headTest1()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headTest2()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headTest2()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headGetTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headGetTest()
12-Apr-2024 09:52:14.145 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:14.146 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:14.147 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_head_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
12-Apr-2024 09:52:14.165 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
Apr 12, 2024 9:52:14 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:14.512 INFO [http-nio-8080-exec-58] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:14.546 INFO [http-nio-8080-exec-58] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [382] ms
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamLongTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamLongTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamByteTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamByteTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamFloatTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamShortTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamShortTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamIntTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamIntTest()
04-12-2024 09:52:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:14:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:14:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:52:14.721 WARNING [http-nio-8080-exec-45] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:14.721 WARNING [http-nio-8080-exec-45] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:14.722 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
Apr 12, 2024 9:52:15 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:14.741 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_locator_web.war]
12-Apr-2024 09:52:15.094 INFO [http-nio-8080-exec-79] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:15.130 INFO [http-nio-8080-exec-79] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_locator_web.war] has finished in [389] ms
Apr 12, 2024 9:52:15 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:15.139 INFO [http-nio-8080-exec-77] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
12-Apr-2024 09:52:15.498 INFO [http-nio-8080-exec-77] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:15.537 INFO [http-nio-8080-exec-77] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [398] ms
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamStringTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamStringTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamLongTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamLongTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamByteTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamByteTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamFloatTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamShortTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamShortTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamIntTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamIntTest()
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:15:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:15:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:52:15.648 WARNING [http-nio-8080-exec-65] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:15.648 WARNING [http-nio-8080-exec-65] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:15.649 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_locator_web]
12-Apr-2024 09:52:15.653 WARNING [http-nio-8080-exec-45] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:15.653 WARNING [http-nio-8080-exec-45] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:15.654 INFO [http-nio-8080-exec-45] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:52:16 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:15.673 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_sub_web.war]
12-Apr-2024 09:52:16.079 INFO [http-nio-8080-exec-33] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:16.117 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_sub_web.war] has finished in [444] ms
12-Apr-2024 09:52:16.126 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war]
12-Apr-2024 09:52:16.472 INFO [http-nio-8080-exec-84] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:16.504 INFO [http-nio-8080-exec-84] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_headerparam_web.war] has finished in [378] ms
Apr 12, 2024 9:52:16 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamEntityWithConstructorTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamLongTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamLongTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamByteTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamByteTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamBooleanTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamBooleanTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamFloatTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamFloatTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamShortTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamShortTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamEntityWithValueOfTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamNoQueryTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamNoQueryTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamDoubleTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamDoubleTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamIntTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamIntTest()
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:16:STARTING TEST : headerParamEntityWithFromStringTest()
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:16:FINISHED TEST : headerParamEntityWithFromStringTest()
12-Apr-2024 09:52:16.645 WARNING [http-nio-8080-exec-86] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:16.645 WARNING [http-nio-8080-exec-86] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:16.647 INFO [http-nio-8080-exec-86] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_sub_web]
12-Apr-2024 09:52:16.650 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:16.650 WARNING [http-nio-8080-exec-70] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:16.651 INFO [http-nio-8080-exec-70] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_headerparam_web]
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
12-Apr-2024 09:52:16.665 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
Apr 12, 2024 9:52:17 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:17.027 INFO [http-nio-8080-exec-80] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:17.061 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [396] ms
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamLongTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamIntTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamByteTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamShortTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:52:17.166 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:17.166 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:17.167 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
Apr 12, 2024 9:52:17 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:17.228 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_locator_web.war]
12-Apr-2024 09:52:17.543 INFO [http-nio-8080-exec-69] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:17.577 INFO [http-nio-8080-exec-69] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_locator_web.war] has finished in [349] ms
Apr 12, 2024 9:52:17 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:17.586 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
12-Apr-2024 09:52:17.909 INFO [http-nio-8080-exec-85] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:17.941 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [355] ms
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamLongTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamIntTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamByteTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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'
04-12-2024 09:52:17:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:17:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:17:[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-12-2024 09:52:18:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamShortTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:52:18.042 WARNING [http-nio-8080-exec-94] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:18.043 WARNING [http-nio-8080-exec-94] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:18.044 INFO [http-nio-8080-exec-94] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_locator_web]
12-Apr-2024 09:52:18.047 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:18.048 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:18.049 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:52:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:18.067 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_sub_web.war]
12-Apr-2024 09:52:18.409 INFO [http-nio-8080-exec-71] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:18.445 INFO [http-nio-8080-exec-71] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_sub_web.war] has finished in [378] ms
Apr 12, 2024 9:52:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:18.454 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war]
12-Apr-2024 09:52:18.774 INFO [http-nio-8080-exec-65] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:18.806 INFO [http-nio-8080-exec-65] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_matrixparam_web.war] has finished in [352] ms
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamDoubleTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamDoubleTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamLongTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamLongTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamBooleanTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamBooleanTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamIntTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamIntTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamByteTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamByteTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamFloatTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamFloatTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamShortTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamShortTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:18:[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-12-2024 09:52:18:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:18:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:18:[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'
04-12-2024 09:52:18:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
12-Apr-2024 09:52:18.929 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:18.929 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:18.930 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_sub_web]
12-Apr-2024 09:52:18.934 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:18.934 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:18.936 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_matrixparam_web]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
12-Apr-2024 09:52:18.944 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_options_web.war]
Apr 12, 2024 9:52:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:19.285 INFO [http-nio-8080-exec-93] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:19.313 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_options_web.war] has finished in [368] ms
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : autoResponseTest()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : autoResponseTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : optionsTest()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : optionsTest()
12-Apr-2024 09:52:19.356 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:19.356 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:19.357 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_options_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
12-Apr-2024 09:52:19.371 INFO [http-nio-8080-exec-86] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
12-Apr-2024 09:52:19.718 INFO [http-nio-8080-exec-86] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:52:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:19.770 INFO [http-nio-8080-exec-86] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [399] ms
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test1()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : test1()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test2()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : test2()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test3()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : test3()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test4()
04-12-2024 09:52:19:[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-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : test4()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test5()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : test5()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test6()
04-12-2024 09:52:19:[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'
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)
04-12-2024 09:52:19:[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-12-2024 09:52:19:[JAXRSCommonClient] null failed!  Check output for cause of failure.
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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)
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : test6()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : test7()
04-12-2024 09:52:19:[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-12-2024 09:52:19:[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-12-2024 09:52:19:[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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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)
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : test7()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:19:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:19:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:52:19:[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-12-2024 09:52:19:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:52:19.850 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:19.850 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:19.851 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
12-Apr-2024 09:52:19.871 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_locator_web.war]
12-Apr-2024 09:52:20.231 INFO [http-nio-8080-exec-93] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:52:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:52:20.275 INFO [http-nio-8080-exec-93] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_locator_web.war] has finished in [403] ms
12-Apr-2024 09:52:20.286 INFO [http-nio-8080-exec-89] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
12-Apr-2024 09:52:20.675 INFO [http-nio-8080-exec-89] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:20.719 INFO [http-nio-8080-exec-89] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [433] ms
Apr 12, 2024 9:52:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test1()
04-12-2024 09:52:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:20:FINISHED TEST : test1()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test2()
04-12-2024 09:52:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:20:FINISHED TEST : test2()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test3()
04-12-2024 09:52:20:[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'
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : test3()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test4()
04-12-2024 09:52:20:[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-12-2024 09:52:20:[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'
04-12-2024 09:52:20:FINISHED TEST : test4()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test5()
04-12-2024 09:52:20:[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-12-2024 09:52:20:[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'
04-12-2024 09:52:20:FINISHED TEST : test5()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : test6()
04-12-2024 09:52:20:[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'
04-12-2024 09:52:20:FINISHED TEST : test6()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:20:[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'
04-12-2024 09:52:20:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:20:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:52:20:[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-12-2024 09:52:20:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:52:20.793 WARNING [http-nio-8080-exec-85] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:20.793 WARNING [http-nio-8080-exec-85] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:20.795 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_locator_web]
12-Apr-2024 09:52:20.798 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:20.798 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:20.799 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
12-Apr-2024 09:52:20.833 INFO [http-nio-8080-exec-89] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_sub_web.war]
12-Apr-2024 09:52:21.186 INFO [http-nio-8080-exec-89] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Apr 12, 2024 9:52:21 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:21.228 INFO [http-nio-8080-exec-89] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_sub_web.war] has finished in [395] ms
12-Apr-2024 09:52:21.239 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war]
Apr 12, 2024 9:52:21 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:21.566 INFO [http-nio-8080-exec-55] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:21.609 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_pathparam_web.war] has finished in [371] ms
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamEntityWithFromStringTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:[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'
04-12-2024 09:52:21:FINISHED TEST : pathParamEntityWithEncodedTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamEntityWithValueOfTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test1()
04-12-2024 09:52:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:21:FINISHED TEST : test1()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test2()
04-12-2024 09:52:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:21:FINISHED TEST : test2()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test3()
04-12-2024 09:52:21:[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'
04-12-2024 09:52:21:[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'
04-12-2024 09:52:21:FINISHED TEST : test3()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test4()
04-12-2024 09:52:21:[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-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : test4()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test5()
04-12-2024 09:52:21:[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-12-2024 09:52:21:[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'
04-12-2024 09:52:21:FINISHED TEST : test5()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test6(JAXRSSubClientIT.java:189)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)04-12-2024 09:52:21:STARTING TEST : test6()
04-12-2024 09:52:21:[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-12-2024 09:52:21:[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-12-2024 09:52:21:[JAXRSCommonClient] null failed!  Check output for cause of failure.

	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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)
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : test6()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : test7()
04-12-2024 09:52:21:[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'
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
04-12-2024 09:52:21:[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-12-2024 09:52:21:[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.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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:1596)
	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:1596)
	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)
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : test7()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamEntityWithConstructorTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:21:STARTING TEST : pathParamListEntityWithFromStringTest()
04-12-2024 09:52:21:[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-12-2024 09:52:21:FINISHED TEST : pathParamListEntityWithFromStringTest()
12-Apr-2024 09:52:21.677 WARNING [http-nio-8080-exec-61] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:21.678 WARNING [http-nio-8080-exec-61] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:21.679 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_sub_web]
12-Apr-2024 09:52:21.683 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:21.683 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:21.685 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_pathparam_web]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
Apr 12, 2024 9:52:22 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:21.722 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_produceconsume_web.war]
12-Apr-2024 09:52:22.059 INFO [http-nio-8080-exec-81] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:22.087 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_produceconsume_web.war] has finished in [365] ms
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyUnknownConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyUnknownConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : unknownAnyTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : unknownAnyTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : widgetsXmlAnyTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : widgetsXmlAnyTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainPlusConsumeXmlTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainPlusConsumeXmlTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyWidgetsxmlConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyWidgetsxmlConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : widgetsXmlAnyConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : widgetsXmlAnyConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : htmlPlainTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : htmlPlainTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : htmlUnknownConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : htmlUnknownConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : htmlPlainConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : htmlPlainConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainAnyConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainAnyConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainPlusProducePlainTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainPlusProducePlainTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : unknownAnyConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : unknownAnyConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyWidgetsxmlTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyWidgetsxmlTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyPlainTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyPlainTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainAnyTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainAnyTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : htmlUnknownTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : htmlUnknownTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyPlainConsumesTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyPlainConsumesTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : anyUnknownTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : anyUnknownTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainPlusProduceXmlTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainPlusProduceXmlTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : plainPlusConsumePlainTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : plainPlusConsumePlainTest()
12-Apr-2024 09:52:22.137 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:22.137 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:22.138 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_produceconsume_web]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
Apr 12, 2024 9:52:22 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:22.146 INFO [http-nio-8080-exec-88] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_put_web.war]
12-Apr-2024 09:52:22.493 INFO [http-nio-8080-exec-88] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:22.518 INFO [http-nio-8080-exec-88] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_put_web.war] has finished in [372] ms
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : putSubTest()
04-12-2024 09:52:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub
04-12-2024 09:52:22:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080'
04-12-2024 09:52:22:###############################
04-12-2024 09:52:22:[Request] Adding entity: dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:22:  TRACE: [WIRE] - >> dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Length: 88
04-12-2024 09:52:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:22 GMT
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:52:22:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-12-2024 09:52:22:FINISHED TEST : putSubTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : putTest1()
04-12-2024 09:52:22:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-12-2024 09:52:22:###############################
04-12-2024 09:52:22:[Request] Adding entity: dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-12-2024 09:52:22:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*
04-12-2024 09:52:22:  TRACE: [WIRE] - >> dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Length: 18
04-12-2024 09:52:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:22 GMT
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:22:  TRACE: [WIRE] - << CTS-put text/plain
04-12-2024 09:52:22:FINISHED TEST : putTest1()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : putTest2()
04-12-2024 09:52:22:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-12-2024 09:52:22:###############################
04-12-2024 09:52:22:[Request] Adding entity: dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-12-2024 09:52:22:  TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/*
04-12-2024 09:52:22:  TRACE: [WIRE] - >> dummy
04-12-2024 09:52:22:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:22:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:22:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Length: 88
04-12-2024 09:52:22:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:22 GMT
04-12-2024 09:52:22:  TRACE: [WIRE] - << Content-Type: text/html
04-12-2024 09:52:22:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-12-2024 09:52:22:FINISHED TEST : putTest2()
12-Apr-2024 09:52:22.557 WARNING [http-nio-8080-exec-72] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:22.557 WARNING [http-nio-8080-exec-72] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:22.558 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_put_web]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
Apr 12, 2024 9:52:22 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:22.574 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war]
12-Apr-2024 09:52:22.891 INFO [http-nio-8080-exec-81] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:22.922 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war] has finished in [348] ms
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryParamStringTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[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'
04-12-2024 09:52:22:FINISHED TEST : queryParamStringTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[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-12-2024 09:52:22:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[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-12-2024 09:52:22:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[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-12-2024 09:52:22:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:52:22:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:22:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamBooleanTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamBooleanTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamFloatTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamFloatTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamDoubleTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamDoubleTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamShortTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamShortTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamIntTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamIntTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamNoQueryTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamNoQueryTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamLongTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamLongTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamByteTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamByteTest()
12-Apr-2024 09:52:23.125 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:23.125 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:23.127 INFO [http-nio-8080-exec-92] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
Apr 12, 2024 9:52:23 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
Apr 12, 2024 9:52:23 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:23.162 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_sub_web.war]
12-Apr-2024 09:52:23.489 INFO [http-nio-8080-exec-80] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:23.522 INFO [http-nio-8080-exec-80] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_sub_web.war] has finished in [360] ms
12-Apr-2024 09:52:23.533 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war]
12-Apr-2024 09:52:23.863 INFO [http-nio-8080-exec-50] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:23.894 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_queryparam_web.war] has finished in [361] ms
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithEncodedTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithValueOfTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamBooleanTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamBooleanTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamEntityWithConstructorTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamFloatTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamFloatTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamDoubleTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamDoubleTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamShortTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamShortTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[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-12-2024 09:52:23:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamIntTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:23:[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-12-2024 09:52:23:[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'
04-12-2024 09:52:23:[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'
04-12-2024 09:52:23:FINISHED TEST : queryParamIntTest()
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:23:STARTING TEST : queryParamNoQueryTest()
04-12-2024 09:52:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:24:FINISHED TEST : queryParamNoQueryTest()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : queryParamLongTest()
04-12-2024 09:52:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:24:[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-12-2024 09:52:24:[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'
04-12-2024 09:52:24:[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-12-2024 09:52:24:FINISHED TEST : queryParamLongTest()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:52:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:24:[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-12-2024 09:52:24:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : queryParamByteTest()
04-12-2024 09:52:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:24:[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'
04-12-2024 09:52:24:[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'
04-12-2024 09:52:24:[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'
04-12-2024 09:52:24:FINISHED TEST : queryParamByteTest()
12-Apr-2024 09:52:24.030 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:24.030 WARNING [http-nio-8080-exec-92] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:24.031 INFO [http-nio-8080-exec-92] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_sub_web]
12-Apr-2024 09:52:24.035 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:24.035 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:24.036 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_queryparam_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
12-Apr-2024 09:52:24.052 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs21_api_client_invocationbuilder_web.war]
Apr 12, 2024 9:52:24 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:24.374 INFO [http-nio-8080-exec-91] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:24.375 INFO [http-nio-8080-exec-91] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs21_api_client_invocationbuilder_web.war] has finished in [323] ms
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-12-2024 09:52:24:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : testRxClassGetsClassInstance()
Custom rxInvoker has been created as expected
04-12-2024 09:52:24:FINISHED TEST : testRxClassGetsClassInstance()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : testRxClassThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-12-2024 09:52:24:FINISHED TEST : testRxClassThrowsWhenNotRegistered()
04-12-2024 09:52:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:24:STARTING TEST : testRxClassExceutorServiceGetsClassInstance()
Custom rxInvoker has been created as expected
04-12-2024 09:52:24:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance()
12-Apr-2024 09:52:24.423 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:24.424 WARNING [http-nio-8080-exec-50] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:24.425 INFO [http-nio-8080-exec-50] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs21_api_client_invocationbuilder_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT
12-Apr-2024 09:52:24.443 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_async_web.war]
Apr 12, 2024 9:52:24 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:24.810 INFO [http-nio-8080-exec-83] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:24.849 INFO [http-nio-8080-exec-83] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_async_web.war] has finished in [405] ms
12-Apr-2024 09:52:24.856 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war]
12-Apr-2024 09:52:25.191 INFO [http-nio-8080-exec-85] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:25.225 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_rs_client_asyncinvoker_web.war] has finished in [369] ms
Apr 12, 2024 9:52:25 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:25:[JAXRSCommonClient] Test setup OK
12-Apr-2024 09:52:25.242 WARNING [http-nio-8080-exec-86] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:25.242 WARNING [http-nio-8080-exec-86] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:25.243 INFO [http-nio-8080-exec-86] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_executor_async_web]
12-Apr-2024 09:52:25.247 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:25.247 WARNING [http-nio-8080-exec-33] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:25.248 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_rs_client_asyncinvoker_web]
[WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.814 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT
12-Apr-2024 09:52:25.263 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_rx_web.war]
Apr 12, 2024 9:52:25 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:25.629 INFO [http-nio-8080-exec-72] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:25.661 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_executor_rx_web.war] has finished in [398] ms
12-Apr-2024 09:52:25.669 INFO [http-nio-8080-exec-99] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war]
12-Apr-2024 09:52:26.026 INFO [http-nio-8080-exec-99] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:26.057 INFO [http-nio-8080-exec-99] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war] has finished in [388] ms
Apr 12, 2024 9:52:26 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:26:STARTING TEST : optionsTest()
04-12-2024 09:52:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
04-12-2024 09:52:26:Returned status 200 (OK)
04-12-2024 09:52:26:FINISHED TEST : optionsTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:26:STARTING TEST : deleteTest()
04-12-2024 09:52:26:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
04-12-2024 09:52:26:Returned status 200 (OK)
04-12-2024 09:52:26:FINISHED TEST : deleteTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
12-Apr-2024 09:52:26.092 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:26.092 WARNING [http-nio-8080-exec-81] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:26.094 INFO [http-nio-8080-exec-81] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_executor_rx_web]
12-Apr-2024 09:52:26.097 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:26.098 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:26.099 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_rxinvoker_web]
[WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.845 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
12-Apr-2024 09:52:26.123 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war]
Apr 12, 2024 9:52:26 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:26.523 INFO [http-nio-8080-exec-44] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:26.555 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_client_rxinvoker_web.war] has finished in [431] ms
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:26:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post

04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:52:26:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:26:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:26:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:26:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:26:STARTING TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : getThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:26:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:26:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:52:26:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:26:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:26:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:52:26:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:26:STARTING TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : putThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:26:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:26:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:26:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:52:26:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:52:26:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:26:STARTING TEST : optionsTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:26:Returned status 200 (OK)
04-12-2024 09:52:26:FINISHED TEST : optionsTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:26:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - >> 
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:26:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:26:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:26:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:26:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:26:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:26:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:26:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:26 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : deleteThrowsExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : deleteThrowsExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:STARTING TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : postThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok

04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:27:STARTING TEST : deleteTest()
04-12-2024 09:52:27:Returned status 200 (OK)
04-12-2024 09:52:27:FINISHED TEST : deleteTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-12-2024 09:52:27:ExecutionException.getCause is WebApplicationException as expected
04-12-2024 09:52:27:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:52:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:52:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:27 GMT
04-12-2024 09:52:27:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:52:27:Returned status 406 (NOT_ACCEPTABLE)
04-12-2024 09:52:27:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:STARTING TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : headThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-12-2024 09:52:27:  TRACE: [WIRE] - >> 
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:27:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-12-2024 09:52:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-12-2024 09:52:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-12-2024 09:52:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-12-2024 09:52:27:ExecutionException.getCause is ProcessingException as expected
04-12-2024 09:52:27:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
12-Apr-2024 09:52:27.670 WARNING [http-nio-8080-exec-61] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:27.670 WARNING [http-nio-8080-exec-61] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:27.715 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_client_rxinvoker_web]
[WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.599 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
Apr 12, 2024 9:52:28 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:27.726 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_patch_server_web.war]
12-Apr-2024 09:52:28.047 INFO [http-nio-8080-exec-33] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:28.079 INFO [http-nio-8080-exec-33] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_patch_server_web.war] has finished in [354] ms
04-12-2024 09:52:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:28:STARTING TEST : patchTest()
04-12-2024 09:52:28:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:28:FINISHED TEST : patchTest()
12-Apr-2024 09:52:28.096 WARNING [http-nio-8080-exec-72] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:28.096 WARNING [http-nio-8080-exec-72] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:28.097 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_patch_server_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
12-Apr-2024 09:52:28.119 INFO [http-nio-8080-exec-100] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_priority_web.war]
Apr 12, 2024 9:52:28 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:52:28.448 INFO [http-nio-8080-exec-100] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:28.476 INFO [http-nio-8080-exec-100] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_priority_web.war] has finished in [357] ms
04-12-2024 09:52:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:28:STARTING TEST : exceptionMapperPriorityTest()
04-12-2024 09:52:28:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:28:FINISHED TEST : exceptionMapperPriorityTest()
04-12-2024 09:52:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:28:STARTING TEST : paramConverterPriorityTest()
04-12-2024 09:52:28:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:52:28:FINISHED TEST : paramConverterPriorityTest()
12-Apr-2024 09:52:28.490 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:28.491 WARNING [http-nio-8080-exec-82] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:28.492 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_priority_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
12-Apr-2024 09:52:28.530 INFO [http-nio-8080-exec-98] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war]
12-Apr-2024 09:52:28.914 INFO [http-nio-8080-exec-98] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:28.946 INFO [http-nio-8080-exec-98] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war] has finished in [416] ms
Apr 12, 2024 9:52:28 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:28:STARTING TEST : sseBroadcastTest()
04-12-2024 09:52:28:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear
04-12-2024 09:52:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080'
04-12-2024 09:52:28:###############################
04-12-2024 09:52:28:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:28:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:52:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:28 GMT
04-12-2024 09:52:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:28:  TRACE: [WIRE] - << CLEAR
ReceivedWELCOME0
ReceivedWELCOME2
ReceivedWELCOME4
ReceivedWELCOME1
ReceivedWELCOME3
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
Receivedsome_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
Receivedsome_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
Receivedsome_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
Receivedsome_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
Receivedsome_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
Receivedsome_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
Receivedsome_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
Receivedsome_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
Receivedsome_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
Receivedsome_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << CLOSE
04-12-2024 09:52:29:Client 0 Received message WELCOME2
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:Client 0 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:Client 1 Received message WELCOME1
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:Client 1 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:Client 2 Received message WELCOME0
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:Client 2 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:Client 3 Received message WELCOME4
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:Client 3 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:Client 4 Received message WELCOME3
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message0
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message1
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message2
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message3
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message4
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message5
04-12-2024 09:52:29:Client 4 Received message some_ServiceUnavailableEndpoint_message6
04-12-2024 09:52:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080'
04-12-2024 09:52:29:###############################
04-12-2024 09:52:29:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check
04-12-2024 09:52:29:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Length: 212
04-12-2024 09:52:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:29 GMT
04-12-2024 09:52:29:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:29:  TRACE: [WIRE] - << SseEventSink number 0 is closed:trueSseEventSink number 1 is closed:trueSseEventSink number 2 is closed:trueSseEventSink number 3 is closed:trueSseEventSink number 4 is closed:trueOnCloseSink has been called:true
04-12-2024 09:52:29:FINISHED TEST : sseBroadcastTest()
12-Apr-2024 09:52:29.234 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:29.234 WARNING [http-nio-8080-exec-44] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:29.235 INFO [http-nio-8080-exec-44] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
12-Apr-2024 09:52:29.250 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war]
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
12-Apr-2024 09:52:29.757 INFO [http-nio-8080-exec-72] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:29.820 INFO [http-nio-8080-exec-72] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war] has finished in [569] ms
Apr 12, 2024 9:52:29 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:29:STARTING TEST : stringTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:30:FINISHED TEST : stringTest()
04-12-2024 09:52:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:30:STARTING TEST : streamingOutputTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:30:FINISHED TEST : streamingOutputTest()
04-12-2024 09:52:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:30:STARTING TEST : fileTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:31:FINISHED TEST : fileTest()
04-12-2024 09:52:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:31:STARTING TEST : closeTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080'
04-12-2024 09:52:32:###############################
04-12-2024 09:52:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed
04-12-2024 09:52:32:  TRACE: [WIRE] - >> Accept:text/plain
04-12-2024 09:52:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:32:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:32 GMT
04-12-2024 09:52:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:32:  TRACE: [WIRE] - << true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:33:FINISHED TEST : closeTest()
04-12-2024 09:52:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:33:STARTING TEST : inputstreamTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:33:FINISHED TEST : inputstreamTest()
04-12-2024 09:52:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:33:STARTING TEST : readerTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
04-12-2024 09:52:34:FINISHED TEST : readerTest()
04-12-2024 09:52:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:34:STARTING TEST : transformSourceTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
04-12-2024 09:52:35:FINISHED TEST : transformSourceTest()
04-12-2024 09:52:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:35:STARTING TEST : multivaluedMapTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
04-12-2024 09:52:35:FINISHED TEST : multivaluedMapTest()
04-12-2024 09:52:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:35:STARTING TEST : jaxbElementTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
04-12-2024 09:52:36:FINISHED TEST : jaxbElementTest()
04-12-2024 09:52:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:36:STARTING TEST : sseStageCheckTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
04-12-2024 09:52:36:FINISHED TEST : sseStageCheckTest()
04-12-2024 09:52:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:36:STARTING TEST : doubleTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
04-12-2024 09:52:37:FINISHED TEST : doubleTest()
04-12-2024 09:52:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:37:STARTING TEST : datasourceTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:37:FINISHED TEST : datasourceTest()
04-12-2024 09:52:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:37:STARTING TEST : charTest()
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:38:FINISHED TEST : charTest()
04-12-2024 09:52:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:38:STARTING TEST : intTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
04-12-2024 09:52:38:FINISHED TEST : intTest()
04-12-2024 09:52:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:39:STARTING TEST : bytearrayTest()
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:39:FINISHED TEST : bytearrayTest()
12-Apr-2024 09:52:39.563 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [jaxrs_jaxrs21_ee_sse_sseeventsink_web] appears to have started a thread named [Common-Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.base/jdk.internal.misc.Unsafe.park(Native Method)
 java.base/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
 java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
 java.base/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
 java.base/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
 java.base/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
 java.base/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
 java.base/java.lang.Thread.run(Thread.java:1583)
12-Apr-2024 09:52:39.564 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:52:39.564 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:52:39.565 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_sseeventsink_web]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.328 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
12-Apr-2024 09:52:39.584 INFO [http-nio-8080-exec-113] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war]
12-Apr-2024 09:52:39.966 INFO [http-nio-8080-exec-113] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:52:40.001 INFO [http-nio-8080-exec-113] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war] has finished in [417] ms
Apr 12, 2024 9:52:40 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:52:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:40:STARTING TEST : wait2Seconds()
04-12-2024 09:52:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:52:40:###############################
04-12-2024 09:52:40:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:52:40:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:40:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:52:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:39 GMT
04-12-2024 09:52:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:40:  TRACE: [WIRE] - << OK
04-12-2024 09:52:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080'
04-12-2024 09:52:40:###############################
04-12-2024 09:52:40:[Request] Adding entity: 2
04-12-2024 09:52:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry
04-12-2024 09:52:40:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:40:  TRACE: [WIRE] - >> 2
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:40:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:40:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:40:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:40:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:52:40:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:39 GMT
04-12-2024 09:52:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:40:  TRACE: [WIRE] - << 2
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
04-12-2024 09:52:42:FINISHED TEST : wait2Seconds()
04-12-2024 09:52:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:42:STARTING TEST : xmlTest()
04-12-2024 09:52:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:52:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:52:42:###############################
04-12-2024 09:52:42:[Request] Adding entity: text/xml
04-12-2024 09:52:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:42:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:52:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:42:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:52:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:42 GMT
04-12-2024 09:52:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:42:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:44:FINISHED TEST : xmlTest()
04-12-2024 09:52:44:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:44:STARTING TEST : connectionLostFor1500msTest()
04-12-2024 09:52:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset
04-12-2024 09:52:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'
04-12-2024 09:52:44:###############################
04-12-2024 09:52:44:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:44:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:52:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:43 GMT
04-12-2024 09:52:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:44:  TRACE: [WIRE] - << RESET
04-12-2024 09:52:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080'
04-12-2024 09:52:44:###############################
04-12-2024 09:52:44:[Request] Adding entity: 1
04-12-2024 09:52:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost
04-12-2024 09:52:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:44:  TRACE: [WIRE] - >> 1
04-12-2024 09:52:44:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:44:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:44:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:44:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:52:44:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:43 GMT
04-12-2024 09:52:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:44:  TRACE: [WIRE] - << 1
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080'
04-12-2024 09:52:46:###############################
04-12-2024 09:52:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count
04-12-2024 09:52:46:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:46:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:52:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:46 GMT
04-12-2024 09:52:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:46:  TRACE: [WIRE] - << 2
04-12-2024 09:52:46:FINISHED TEST : connectionLostFor1500msTest()
04-12-2024 09:52:46:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:52:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:46:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:52:46:STARTING TEST : stringTest()
04-12-2024 09:52:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:52:46:###############################
04-12-2024 09:52:46:[Request] Adding entity: text/plain
04-12-2024 09:52:46:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:46:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:46:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:46:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:46:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:46 GMT
04-12-2024 09:52:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:46:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:47:FINISHED TEST : stringTest()
04-12-2024 09:52:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:47:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:47:STARTING TEST : dataSourceTest()
04-12-2024 09:52:47:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:52:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:52:47:###############################
04-12-2024 09:52:47:[Request] Adding entity: text/plain
04-12-2024 09:52:47:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:47:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:52:47:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:47:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:47:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:47:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:47:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:47 GMT
04-12-2024 09:52:47:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:47:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:49:FINISHED TEST : dataSourceTest()
04-12-2024 09:52:49:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:49:STARTING TEST : reconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:50:FINISHED TEST : reconnectByEventMethodTest()
04-12-2024 09:52:50:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:50:STARTING TEST : fileTest()
04-12-2024 09:52:50:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:52:50:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:52:50:###############################
04-12-2024 09:52:50:[Request] Adding entity: text/plain
04-12-2024 09:52:50:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:52:50:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:50:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:50:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:50:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:52:50:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:49 GMT
04-12-2024 09:52:50:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:50:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:51:FINISHED TEST : fileTest()
04-12-2024 09:52:51:[JAXRSCommonClient] Test setup OK
04-12-2024 09:52:51:STARTING TEST : closeTest()
04-12-2024 09:52:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-12-2024 09:52:51:###############################
04-12-2024 09:52:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
04-12-2024 09:52:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:52:51:  TRACE: [WIRE] - >> true
04-12-2024 09:52:51:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:51:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:51:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:51:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:51:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:51 GMT
04-12-2024 09:52:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:51:[Request] Adding entity: true
04-12-2024 09:52:51:  TRACE: [WIRE] - << true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
04-12-2024 09:52:52:Received message no 0
04-12-2024 09:52:52:Received message no 1
04-12-2024 09:52:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:52:52:###############################
04-12-2024 09:52:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:52:52:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:52:  TRACE: [WIRE] - << 200 OK
ASKED ISOPEN true
04-12-2024 09:52:52:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:52:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:52:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:52:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:51 GMT
04-12-2024 09:52:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:52:  TRACE: [WIRE] - << true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
04-12-2024 09:52:53:Received message no 2
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
04-12-2024 09:52:53:Received message no 3
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
04-12-2024 09:52:54:Received message no 4
04-12-2024 09:52:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:52:54:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:52:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:52:54:###############################
04-12-2024 09:52:54:  TRACE: [WIRE] - << 200 OK
ASKED ISOPEN true
04-12-2024 09:52:54:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:54:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:54:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:52:54:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:54 GMT
04-12-2024 09:52:54:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:54:  TRACE: [WIRE] - << true
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ISOPEN true
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN true
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
ISOPEN false
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:52:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-12-2024 09:52:57:###############################
04-12-2024 09:52:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-12-2024 09:52:57:  TRACE: [WIRE] - >> Accept:*/*
ASKED ISOPEN false
04-12-2024 09:52:58:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:52:58:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:52:58:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:52:58:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:52:58:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:52:58 GMT
04-12-2024 09:52:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:52:58:  TRACE: [WIRE] - << false
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
Sending false
04-12-2024 09:53:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-12-2024 09:53:01:###############################
04-12-2024 09:53:01:[Request] Adding entity: false
04-12-2024 09:53:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set
04-12-2024 09:53:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:01:  TRACE: [WIRE] - >> false
04-12-2024 09:53:01:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:01:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:01:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:01:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:01:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:01 GMT
04-12-2024 09:53:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:01:  TRACE: [WIRE] - << false
Sent false
04-12-2024 09:53:01:FINISHED TEST : closeTest()
04-12-2024 09:53:01:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:01:STARTING TEST : userReconnectByEventMethodTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:02:FINISHED TEST : userReconnectByEventMethodTest()
04-12-2024 09:53:02:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:02:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:53:02:STARTING TEST : byteArrayTest()
04-12-2024 09:53:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:02:###############################
04-12-2024 09:53:02:[Request] Adding entity: text/plain
04-12-2024 09:53:02:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:02:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:02:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:02:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:02:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:01 GMT
04-12-2024 09:53:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:02:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:04:FINISHED TEST : byteArrayTest()
04-12-2024 09:53:04:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:04:STARTING TEST : readerTest()
04-12-2024 09:53:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:04:###############################
04-12-2024 09:53:04:[Request] Adding entity: text/plain
04-12-2024 09:53:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:04:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:53:04:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:04:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:04:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:04:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:04:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:04 GMT
04-12-2024 09:53:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:04:  TRACE: [WIRE] - << text/plain
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:05:FINISHED TEST : readerTest()
04-12-2024 09:53:05:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:05:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:05:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:05:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:53:05:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:05:STARTING TEST : transformSourceTest()
04-12-2024 09:53:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:05:###############################
04-12-2024 09:53:05:[Request] Adding entity: text/xml
04-12-2024 09:53:05:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:05:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:05:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:05:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:05 GMT
04-12-2024 09:53:05:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:05:  TRACE: [WIRE] - << text/xml
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:07:FINISHED TEST : transformSourceTest()
04-12-2024 09:53:07:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:07:STARTING TEST : multivaluedMapTest()
04-12-2024 09:53:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:07:###############################
04-12-2024 09:53:07:[Request] Adding entity: application/x-www-form-urlencoded
04-12-2024 09:53:07:  TRACE: [WIRE] - >> application/x-www-form-urlencoded
04-12-2024 09:53:07:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:07:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:07:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:07:  TRACE: [WIRE] - << Content-Length: 33
04-12-2024 09:53:07:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:07 GMT
04-12-2024 09:53:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:07:  TRACE: [WIRE] - << application/x-www-form-urlencoded
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:09:FINISHED TEST : multivaluedMapTest()
04-12-2024 09:53:09:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:09:STARTING TEST : jaxbElementTest()
04-12-2024 09:53:09:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:09:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:09:###############################
04-12-2024 09:53:09:[Request] Adding entity: text/xml
04-12-2024 09:53:09:  TRACE: [WIRE] - >> text/xml
04-12-2024 09:53:09:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:09:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:09:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:09:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:09:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:08 GMT
04-12-2024 09:53:09:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:09:  TRACE: [WIRE] - << text/xml
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:10:FINISHED TEST : jaxbElementTest()
04-12-2024 09:53:10:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:10:STARTING TEST : defaultWaiting1s()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:53:11:###############################
04-12-2024 09:53:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:53:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:11:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:10 GMT
04-12-2024 09:53:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:11:  TRACE: [WIRE] - << OK
04-12-2024 09:53:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-12-2024 09:53:11:###############################
04-12-2024 09:53:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-12-2024 09:53:11:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:11:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:11:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:11:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:11:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:11:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:10 GMT
04-12-2024 09:53:11:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:11:  TRACE: [WIRE] - << OK
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:12:FINISHED TEST : defaultWaiting1s()
04-12-2024 09:53:12:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:12:STARTING TEST : inputStreamTest()
04-12-2024 09:53:12:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-12-2024 09:53:12:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-12-2024 09:53:12:###############################
04-12-2024 09:53:12:[Request] Adding entity: text/plain
04-12-2024 09:53:12:  TRACE: [WIRE] - >> text/plain
04-12-2024 09:53:12:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:12:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:12:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:12:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:12:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:12 GMT
04-12-2024 09:53:12:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:12:  TRACE: [WIRE] - << text/plain
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:14:FINISHED TEST : inputStreamTest()
12-Apr-2024 09:53:14.274 WARNING [http-nio-8080-exec-85] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:14.274 WARNING [http-nio-8080-exec-85] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:14.276 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_ee_sse_sseeventsource_web]
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.708 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
12-Apr-2024 09:53:14.285 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_classsubresourcelocator_web.war]
Apr 12, 2024 9:53:14 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:14.618 INFO [http-nio-8080-exec-119] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:14.648 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_classsubresourcelocator_web.war] has finished in [363] ms
04-12-2024 09:53:14:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:14:STARTING TEST : subResourceLocatorAsClassTest()
04-12-2024 09:53:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080'
04-12-2024 09:53:14:###############################
04-12-2024 09:53:14:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub
04-12-2024 09:53:14:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:14:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:14:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:14:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:14:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:14:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:14 GMT
04-12-2024 09:53:14:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:14:  TRACE: [WIRE] - << OK
04-12-2024 09:53:14:FINISHED TEST : subResourceLocatorAsClassTest()
12-Apr-2024 09:53:14.669 WARNING [http-nio-8080-exec-117] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:14.669 WARNING [http-nio-8080-exec-117] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:14.671 INFO [http-nio-8080-exec-117] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_spec_classsubresourcelocator_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
12-Apr-2024 09:53:14.678 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_completionstage_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:15.021 INFO [http-nio-8080-exec-126] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:15.049 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs21_spec_completionstage_web.war] has finished in [371] ms
Apr 12, 2024 9:53:15 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:15:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:15:STARTING TEST : completionStageReturnedTest()
04-12-2024 09:53:15:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async
04-12-2024 09:53:15:  TRACE: [WIRE] - >> 
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:16:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:16:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:16:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:16:  TRACE: [WIRE] - << Content-Length: 73
04-12-2024 09:53:16:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:16 GMT
04-12-2024 09:53:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:16:FINISHED TEST : completionStageReturnedTest()
12-Apr-2024 09:53:16.071 WARNING [http-nio-8080-exec-122] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [jaxrs_jaxrs21_spec_completionstage_web] appears to have started a thread named [pool-88-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.base/jdk.internal.misc.Unsafe.park(Native Method)
 java.base/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
 java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
 java.base/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
 java.base/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
 java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
 java.base/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
 java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
 java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
 java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
 java.base/java.lang.Thread.run(Thread.java:1583)
12-Apr-2024 09:53:16.072 WARNING [http-nio-8080-exec-122] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:16.072 WARNING [http-nio-8080-exec-122] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:16.073 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs21_spec_completionstage_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.ee.multipart.MultipartSupportIT
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:16.680 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/MultipartSupportIT.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:17.215 INFO [http-nio-8080-exec-82] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:17.253 INFO [http-nio-8080-exec-82] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/MultipartSupportIT.war] has finished in [573] ms
Apr 12, 2024 9:53:17 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:17:STARTING TEST : basicTest()
04-12-2024 09:53:17:Initial uri string: http://localhost:8080/MultipartSupportIT/
04-12-2024 09:53:17:Combined uri string: http://localhost:8080/MultipartSupportIT/test/basicTest
04-12-2024 09:53:17:FINISHED TEST : basicTest()
04-12-2024 09:53:17:STARTING TEST : multiFormParamTest()
04-12-2024 09:53:17:Initial uri string: http://localhost:8080/MultipartSupportIT/
04-12-2024 09:53:17:Combined uri string: http://localhost:8080/MultipartSupportIT/test/multi-form-param
04-12-2024 09:53:17:FINISHED TEST : multiFormParamTest()
12-Apr-2024 09:53:17.352 WARNING [http-nio-8080-exec-138] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:17.352 WARNING [http-nio-8080-exec-138] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:17.355 INFO [http-nio-8080-exec-138] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/MultipartSupportIT]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.279 s - in ee.jakarta.tck.ws.rs.jaxrs31.ee.multipart.MultipartSupportIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
12-Apr-2024 09:53:17.438 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs31_spec_jdkservices_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:17.953 INFO [http-nio-8080-exec-130] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:18.040 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_jaxrs31_spec_jdkservices_web.war] has finished in [602] ms
Apr 12, 2024 9:53:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : featureIsRegisteredTest()
04-12-2024 09:53:18:FINISHED TEST : featureIsRegisteredTest()
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : dynamicFeatureIsRegisteredTest()
04-12-2024 09:53:18:FINISHED TEST : dynamicFeatureIsRegisteredTest()
12-Apr-2024 09:53:18.071 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:18.071 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:18.115 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_jaxrs31_spec_jdkservices_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT
12-Apr-2024 09:53:18.124 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs40_ee_core_uriinfo_web.war]
Apr 12, 2024 9:53:18 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:18.516 INFO [http-nio-8080-exec-85] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:18.548 INFO [http-nio-8080-exec-85] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs40_ee_core_uriinfo_web.war] has finished in [424] ms
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : getMatchedResourceTemplateSubTest()
04-12-2024 09:53:18:[HttpRequest] Dispatching request: 'PUT /jaxrs40_ee_core_uriinfo_web/app/resource/three/a/z HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:18:FINISHED TEST : getMatchedResourceTemplateSubTest()
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : getMatchedResourceTemplateOneTest()
04-12-2024 09:53:18:[HttpRequest] Dispatching request: 'POST /jaxrs40_ee_core_uriinfo_web/app/resource/one/azazaz00 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:18:FINISHED TEST : getMatchedResourceTemplateOneTest()
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : getMatchedResourceTemplateTwoPostTest()
04-12-2024 09:53:18:[HttpRequest] Dispatching request: 'POST /jaxrs40_ee_core_uriinfo_web/app/resource/two/P/abc/MyNumber HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:18:FINISHED TEST : getMatchedResourceTemplateTwoPostTest()
04-12-2024 09:53:18:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:18:STARTING TEST : getMatchedResourceTemplateTwoGetTest()
04-12-2024 09:53:18:[HttpRequest] Dispatching request: 'GET /jaxrs40_ee_core_uriinfo_web/app/resource/two/P/abc/MyNumber HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:18:FINISHED TEST : getMatchedResourceTemplateTwoGetTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:18.571 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:18.571 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:18.572 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs40_ee_core_uriinfo_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
12-Apr-2024 09:53:18.580 INFO [http-nio-8080-exec-120] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_applicationpath.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:19.081 INFO [http-nio-8080-exec-120] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:19.125 INFO [http-nio-8080-exec-120] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_applicationpath.war] has finished in [545] ms
Apr 12, 2024 9:53:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:19:STARTING TEST : applicationPathAnnotationEncodedTest()
04-12-2024 09:53:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:19:FINISHED TEST : applicationPathAnnotationEncodedTest()
04-12-2024 09:53:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:19:STARTING TEST : applicationPathAnnotationNotUsedTest()
04-12-2024 09:53:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:19:Received expected status code Not Found
04-12-2024 09:53:19:FINISHED TEST : applicationPathAnnotationNotUsedTest()
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:19.137 WARNING [http-nio-8080-exec-97] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:19.137 WARNING [http-nio-8080-exec-97] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:19.139 INFO [http-nio-8080-exec-97] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_applicationpath]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT
12-Apr-2024 09:53:19.147 INFO [http-nio-8080-exec-120] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_streamoutput.war]
12-Apr-2024 09:53:19.495 INFO [http-nio-8080-exec-120] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:19.521 INFO [http-nio-8080-exec-120] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_ee_core_streamoutput.war] has finished in [374] ms
Apr 12, 2024 9:53:19 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:19:STARTING TEST : writeTest()
04-12-2024 09:53:19:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:19:FINISHED TEST : writeTest()
04-12-2024 09:53:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:19:STARTING TEST : writeIOExceptionTest()
04-12-2024 09:53:19:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:19:FINISHED TEST : writeIOExceptionTest()
04-12-2024 09:53:19:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:19:STARTING TEST : writeWebApplicationExceptionTest()
04-12-2024 09:53:19:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:19:FINISHED TEST : writeWebApplicationExceptionTest()
12-Apr-2024 09:53:19.540 WARNING [http-nio-8080-exec-139] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:19.540 WARNING [http-nio-8080-exec-139] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:19.541 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_ee_core_streamoutput]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 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
12-Apr-2024 09:53:19.557 INFO [http-nio-8080-exec-129] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:19.989 INFO [http-nio-8080-exec-129] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:20.025 INFO [http-nio-8080-exec-129] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery.war] has finished in [468] ms
Apr 12, 2024 9:53:20 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:20:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH
04-12-2024 09:53:20:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
04-12-2024 09:53:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:53:20:###############################
04-12-2024 09:53:20:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:20:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:20:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:20:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:20:  TRACE: [WIRE] - << Content-Length: 25
04-12-2024 09:53:20:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:20 GMT
04-12-2024 09:53:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:20:  TRACE: [WIRE] - << Converted value: ABCDEFGH
04-12-2024 09:53:20:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
12-Apr-2024 09:53:20.044 WARNING [http-nio-8080-exec-87] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:20.044 WARNING [http-nio-8080-exec-87] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:20.046 INFO [http-nio-8080-exec-87] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
04-12-2024 09:53:20:$$$ SigTestEE.setup() called
04-12-2024 09:53:20:$$$ SigTestEE.setup() complete
04-12-2024 09:53:20:$$$ JAXRSSigTestIT.signatureTest() called
04-12-2024 09:53:20:mapFile location is :/tmp/sig-test8184280028617924568.map
04-12-2024 09:53:20:packageFile location is :/tmp/sig-test-pkg-list8678968192476143133.txt
04-12-2024 09:53:20:Package version from mapfile :4.0.0
04-12-2024 09:53:20:signature File location is :/tmp/jakarta.ws.rs.sig_4.0.0
04-12-2024 09:53:20:Executing JImage
04-12-2024 09:53:20:/opt/tools/java/openjdk/jdk-21/21.0.2/bin/jimage extract --dir=/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-21/21.0.2/lib/modules
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:22:JImage RC = 0
04-12-2024 09:53:22:optionalPkgToIgnore = jakarta.xml.bind
04-12-2024 09:53:22:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION **********


04-12-2024 09:53:22:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-12-2024 09:53:22:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:22:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:22 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs, -Exclude, jakarta.ws.rs.client, -Exclude, jakarta.ws.rs.container, -Exclude, jakarta.ws.rs.core, -Exclude, jakarta.ws.rs.ext, -Exclude, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
null
04-12-2024 09:53:22:********** Status Report 'jakarta.ws.rs' **********

04-12-2024 09:53:22:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:22:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) **********
04-12-2024 09:53:22:


04-12-2024 09:53:22:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:22:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:22 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs, -Exclude, jakarta.ws.rs.client, -Exclude, jakarta.ws.rs.container, -Exclude, jakarta.ws.rs.core, -Exclude, jakarta.ws.rs.ext, -Exclude, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
null
04-12-2024 09:53:22:********** Status Report 'jakarta.ws.rs' **********

04-12-2024 09:53:22:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:22:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:22:********** END VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-12-2024 09:53:22:

04-12-2024 09:53:22:

04-12-2024 09:53:22:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-12-2024 09:53:22:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:22:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:22 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.client, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:22:********** Status Report 'jakarta.ws.rs.client' **********

04-12-2024 09:53:22:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:22:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) **********
04-12-2024 09:53:22:


04-12-2024 09:53:22:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:22:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:22 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.client, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:22:********** Status Report 'jakarta.ws.rs.client' **********

04-12-2024 09:53:22:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:22:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:22:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-12-2024 09:53:22:

04-12-2024 09:53:22:

04-12-2024 09:53:22:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-12-2024 09:53:22:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:22:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:22 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.core, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.core' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) **********
04-12-2024 09:53:23:


04-12-2024 09:53:23:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:23:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.core, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.core' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:23:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-12-2024 09:53:23:

04-12-2024 09:53:23:

04-12-2024 09:53:23:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-12-2024 09:53:23:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:23:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.container, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.container' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) **********
04-12-2024 09:53:23:


04-12-2024 09:53:23:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:23:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.container, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.container' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:23:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-12-2024 09:53:23:

04-12-2024 09:53:23:

04-12-2024 09:53:23:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-12-2024 09:53:23:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:23:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.ext, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.ext' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) **********
04-12-2024 09:53:23:


04-12-2024 09:53:23:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:23:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.ext, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.ext' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:23:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-12-2024 09:53:23:

04-12-2024 09:53:23:

04-12-2024 09:53:23:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-12-2024 09:53:23:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-12-2024 09:53:23:Static mode supports checks of static constants values 
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Static, -CheckValue, -mode, src, -Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.sse' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) **********
04-12-2024 09:53:23:


04-12-2024 09:53:23:********** VALIDATE IN REFLECTIVE MODE  ****
04-12-2024 09:53:23:Reflective mode supports verification within containers (ie ejb, servlet, etc)
Apr 12, 2024 9:53:23 AM com.sun.tdk.signaturetest.SignatureTest parseParameters
INFO: SignatureTest.args: [-Verbose, -FileName, /tmp/jakarta.ws.rs.sig_4.0.0, -Classpath, /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.ws.rs-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/lib/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.base:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.rmi:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.sql:/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jdk11-bundle/java.naming, -Package, jakarta.ws.rs.sse, -IgnoreJDKClass, java.util.Map, -IgnoreJDKClass, java.lang.Object, -IgnoreJDKClass, java.io.ByteArrayInputStream, -IgnoreJDKClass, java.io.InputStream, -IgnoreJDKClass, java.lang.Deprecated, -IgnoreJDKClass, java.io.Writer, -IgnoreJDKClass, java.io.OutputStream, -IgnoreJDKClass, java.util.List, -IgnoreJDKClass, java.util.Collection, -IgnoreJDKClass, java.lang.instrument.IllegalClassFormatException, -IgnoreJDKClass, javax.transaction.xa.XAException, -IgnoreJDKClass, java.lang.annotation.Repeatable, -IgnoreJDKClass, java.lang.InterruptedException, -IgnoreJDKClass, java.lang.CloneNotSupportedException, -IgnoreJDKClass, java.lang.Throwable, -IgnoreJDKClass, java.lang.Thread, -IgnoreJDKClass, java.lang.Enum, -ApiVersion, 4.0.0]
null
04-12-2024 09:53:23:********** Status Report 'jakarta.ws.rs.sse' **********

04-12-2024 09:53:23:SignatureTest report
Base version: 4.0.0
Tested version: 4.0.0
Check mode: src [throws normalized]
Constant checking: on



04-12-2024 09:53:23:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) **********
04-12-2024 09:53:23:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-12-2024 09:53:23:

04-12-2024 09:53:23:

04-12-2024 09:53:23:******************************************************
******************************************************
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-12-2024 09:53:23:$$$ JAXRSSigTestIT.signatureTest() returning
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.723 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
12-Apr-2024 09:53:23.781 INFO [http-nio-8080-exec-137] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_client_exceptions.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:Apr 12, 2024 9:53:24 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:24.212 INFO [http-nio-8080-exec-137] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:24.240 INFO [http-nio-8080-exec-137] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_client_exceptions.war] has finished in [458] ms
12-Apr-2024 09:53:24.278 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:24.279 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:24.280 INFO [http-nio-8080-exec-103] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_client_exceptions]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:Already registered 0 providers
04-12-2024 09:53:24:Already registered 0 properties
04-12-2024 09:53:24:STARTING TEST : defaultClientConfigurationPresetTest()
04-12-2024 09:53:24:FINISHED TEST : defaultClientConfigurationPresetTest()
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:Already registered 0 providers
04-12-2024 09:53:24:Already registered 0 properties
04-12-2024 09:53:24:STARTING TEST : clientConfiguredTest()
04-12-2024 09:53:24:FINISHED TEST : clientConfiguredTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
Apr 12, 2024 9:53:24 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:24.320 INFO [http-nio-8080-exec-135] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_invocations_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:24.652 INFO [http-nio-8080-exec-135] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:24.679 INFO [http-nio-8080-exec-135] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_invocations_web.war] has finished in [360] ms
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:STARTING TEST : synchronousTest()
04-12-2024 09:53:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'04-12-2024 09:53:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call

04-12-2024 09:53:24:###############################
04-12-2024 09:53:24:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:53:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:24:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-12-2024 09:53:24:FINISHED TEST : synchronousTest()
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:STARTING TEST : invocationFromLinkTwoMediaTypesTest()
04-12-2024 09:53:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:53:24:  TRACE: [WIRE] - >> Accept:application/atom+xml,text/html
04-12-2024 09:53:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Length: 29
04-12-2024 09:53:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:53:24:FINISHED TEST : invocationFromLinkTwoMediaTypesTest()
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:53:24:  TRACE: [WIRE] - >> Accept:application/json
04-12-2024 09:53:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Length: 16
04-12-2024 09:53:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:53:24:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest()
04-12-2024 09:53:24:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest()
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
04-12-2024 09:53:24:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Length: 53
04-12-2024 09:53:24:STARTING TEST : asynchronousTest()
04-12-2024 09:53:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
04-12-2024 09:53:24:###############################
04-12-2024 09:53:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:24:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-12-2024 09:53:24:FINISHED TEST : asynchronousTest()
04-12-2024 09:53:24:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-12-2024 09:53:24:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest()
04-12-2024 09:53:24:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:24:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:24:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:24:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:24:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:24:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:24:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest()
12-Apr-2024 09:53:24.834 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:24.834 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:24.836 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_invocations_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
12-Apr-2024 09:53:24.843 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_resource_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:25.181 INFO [http-nio-8080-exec-122] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:25.206 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_resource_web.war] has finished in [363] ms
Apr 12, 2024 9:53:25 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:24 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:STARTING TEST : checkClientConceptTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - << concept
04-12-2024 09:53:25:FINISHED TEST : checkClientConceptTest()
12-Apr-2024 09:53:25.222 WARNING [http-nio-8080-exec-126] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:25.223 WARNING [http-nio-8080-exec-126] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:25.224 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_resource_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
12-Apr-2024 09:53:25.234 INFO [http-nio-8080-exec-144] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentities_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:25.733 INFO [http-nio-8080-exec-144] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
Apr 12, 2024 9:53:25 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:25.767 INFO [http-nio-8080-exec-144] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentities_web.war] has finished in [533] ms
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> java.io.InputStreamReader@28881174
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:STARTING TEST : clientReaderWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: java.io.InputStreamReader@28881174
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientReaderWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientReaderReaderTest()
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientReaderReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientByteArrayWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: [B@e1cecae
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> [B@e1cecae
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientByteArrayWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientSourceWriterTest()
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: javax.xml.transform.stream.StreamSource@112339d3
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@112339d3
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 104
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><xml>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</xml>
04-12-2024 09:53:25:FINISHED TEST : clientSourceWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientInputStreamWriterTest()
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: java.io.ByteArrayInputStream@b3f4690
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@b3f4690
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientInputStreamWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientMultivaluedMapWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@1849753104-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter

04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:53:25:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@18497531
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 111
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientMultivaluedMapWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientByteArrayReaderTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientByteArrayReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientSourceReaderTest()
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 76
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:FINISHED TEST : clientSourceReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:STARTING TEST : clientInputStreamReaderTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientInputStreamReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:STARTING TEST : clientAnyReaderUsageTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 94
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << <READABLEWRITEABLE>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</READABLEWRITEABLE>
04-12-2024 09:53:25:FINISHED TEST : clientAnyReaderUsageTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:STARTING TEST : clientMultivaluedMapReaderTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:FINISHED TEST : clientMultivaluedMapReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:STARTING TEST : clientStringWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientStringWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@f59c906
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:STARTING TEST : clientDataSourceWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@f59c906
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientDataSourceWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:53:25:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@646e55e6
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:STARTING TEST : clientStreamingOutputWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@646e55e6
04-12-2024 09:53:25:FINISHED TEST : clientStreamingOutputWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> /tmp/tckjaxrs3003922482727343854.tmp
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:STARTING TEST : clientFileWriterTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: /tmp/tckjaxrs3003922482727343854.tmp
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:FINISHED TEST : clientFileWriterTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - >> 1339633069677106930
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:25:  TRACE: [WIRE] - << <READABLEWRITEABLE>1339633069677106930</READABLEWRITEABLE>
04-12-2024 09:53:25:STARTING TEST : clientAnyWriterUsageTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:[Request] Adding entity: 1339633069677106930
04-12-2024 09:53:25:FINISHED TEST : clientAnyWriterUsageTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:25:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:25:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:25:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:25:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:25:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:25:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:25:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:STARTING TEST : clientStringReaderTest()
04-12-2024 09:53:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:25:###############################
04-12-2024 09:53:25:FINISHED TEST : clientStringReaderTest()
04-12-2024 09:53:25:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:26:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:25:STARTING TEST : clientDataSourceReaderTest()
04-12-2024 09:53:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:FINISHED TEST : clientDataSourceReaderTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 55
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:26:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-12-2024 09:53:26:STARTING TEST : clientFileReaderTest()
04-12-2024 09:53:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:FINISHED TEST : clientFileReaderTest()
12-Apr-2024 09:53:26.033 WARNING [http-nio-8080-exec-134] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:26.033 WARNING [http-nio-8080-exec-134] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:26.035 INFO [http-nio-8080-exec-134] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_typedentities_web]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
12-Apr-2024 09:53:26.045 INFO [http-nio-8080-exec-143] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentitieswithxmlbinding_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:26.416 INFO [http-nio-8080-exec-143] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:26.446 INFO [http-nio-8080-exec-143] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_client_typedentitieswithxmlbinding_web.war] has finished in [401] ms
Apr 12, 2024 9:53:26 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:53:26:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@51a12e37
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:STARTING TEST : clientJaxbElementWriterTest()
04-12-2024 09:53:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:[Request] Adding entity: jakarta.xml.bind.JAXBElement@51a12e37
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:26:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</>
04-12-2024 09:53:26:FINISHED TEST : clientJaxbElementWriterTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:53:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:53:26:STARTING TEST : clientJaxbElementReaderTest()
04-12-2024 09:53:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:53:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:53:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-12-2024 09:53:26:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-12-2024 09:53:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-12-2024 09:53:26:###############################
04-12-2024 09:53:26:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:26:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:26:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Length: 90
04-12-2024 09:53:26:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:25 GMT
04-12-2024 09:53:26:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-12-2024 09:53:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-12-2024 09:53:26:FINISHED TEST : clientJaxbElementReaderTest()
12-Apr-2024 09:53:26.516 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:26.516 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:26.517 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_client_typedentitieswithxmlbinding_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : deepCopyConfigWebTargetLevelTest()
04-12-2024 09:53:26:FINISHED TEST : deepCopyConfigWebTargetLevelTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-12-2024 09:53:26:Testing method queryParam([Ljava.lang.String;@310392f9)
04-12-2024 09:53:26:Testing 2 WebTargets
04-12-2024 09:53:26:Testing method queryParam(path[Ljava.lang.String;@3b451729)
04-12-2024 09:53:26:Testing 4 WebTargets
04-12-2024 09:53:26:Testing method queryParam(xyz[Ljava.lang.String;@6c217f42)
04-12-2024 09:53:26:Testing 8 WebTargets
04-12-2024 09:53:26:checked queryParam() method
04-12-2024 09:53:26:Testing method resolveTemplateFromEncoded()
04-12-2024 09:53:26:Testing 16 WebTargets
04-12-2024 09:53:26:Testing method resolveTemplateFromEncoded(pathxyz)
04-12-2024 09:53:26:Testing 32 WebTargets
04-12-2024 09:53:26:Testing method resolveTemplateFromEncoded(path/path/path)
04-12-2024 09:53:26:Testing 64 WebTargets
04-12-2024 09:53:26:checked resolveTemplateFromEncoded() method
04-12-2024 09:53:26:Testing method resolveTemplates({=path})
04-12-2024 09:53:26:Testing 128 WebTargets
04-12-2024 09:53:26:Testing method resolveTemplates({path=xyz})
04-12-2024 09:53:26:Testing 256 WebTargets
04-12-2024 09:53:26:checked resolveTemplates() method
04-12-2024 09:53:26:Testing method resolveTemplatesFromEncoded({path=xyz})
04-12-2024 09:53:26:Testing 512 WebTargets
04-12-2024 09:53:26:Testing method resolveTemplatesFromEncoded({path=xyz})
04-12-2024 09:53:26:Testing 1024 WebTargets
WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:26:checked resolveTemplatesFromEncoded() method
04-12-2024 09:53:26:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : imutableWithRespectToUriMatrixPathTest()
04-12-2024 09:53:26:Testing method matrixParam([Ljava.lang.String;@6284c46b)
04-12-2024 09:53:26:Testing 2 WebTargets
04-12-2024 09:53:26:Testing method matrixParam(matrix[Ljava.lang.String;@27b4909)
04-12-2024 09:53:26:Testing 4 WebTargets
04-12-2024 09:53:26:checked matrixParam() method
04-12-2024 09:53:26:Testing method path()
04-12-2024 09:53:26:Testing 8 WebTargets
04-12-2024 09:53:26:Testing method path(/)
04-12-2024 09:53:26:Testing 16 WebTargets
04-12-2024 09:53:26:Testing method path(path)
04-12-2024 09:53:26:Testing 32 WebTargets
04-12-2024 09:53:26:Testing method path(path/path/path)
04-12-2024 09:53:26:Testing 64 WebTargets
04-12-2024 09:53:26:checked path() method
04-12-2024 09:53:26:FINISHED TEST : imutableWithRespectToUriMatrixPathTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : mutableWithRespectToConfigTest()
04-12-2024 09:53:26:FINISHED TEST : mutableWithRespectToConfigTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : webTargetConfigNotImpactClientTest()
04-12-2024 09:53:26:FINISHED TEST : webTargetConfigNotImpactClientTest()
04-12-2024 09:53:26:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:26:STARTING TEST : deepCopyConfigClientLevelTest()
04-12-2024 09:53:26:FINISHED TEST : deepCopyConfigClientLevelTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
Apr 12, 2024 9:53:27 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:26.865 INFO [http-nio-8080-exec-143] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_client_web.war]
12-Apr-2024 09:53:27.225 INFO [http-nio-8080-exec-143] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:27.252 INFO [http-nio-8080-exec-143] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_client_web.war] has finished in [387] ms
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:STARTING TEST : clientWriterTest()
04-12-2024 09:53:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-12-2024 09:53:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << 100010101
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : clientWriterTest()
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:STARTING TEST : clientReaderTest()
04-12-2024 09:53:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-12-2024 09:53:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:[Request] Adding entity: stringbean
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - >> stringbean
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << stringbean
04-12-2024 09:53:27:Injectables are 100010101
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : clientReaderTest()
12-Apr-2024 09:53:27.325 WARNING [http-nio-8080-exec-118] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:27.325 WARNING [http-nio-8080-exec-118] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:27.326 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_context_client_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
12-Apr-2024 09:53:27.339 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_server_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:27.803 INFO [http-nio-8080-exec-130] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:27.843 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_context_server_web.war] has finished in [504] ms
Apr 12, 2024 9:53:27 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << 111111111
04-12-2024 09:53:27:STARTING TEST : methodArgumentsInjectionTest()
04-12-2024 09:53:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : methodArgumentsInjectionTest()
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:STARTING TEST : serverWriterInjectionTest()
04-12-2024 09:53:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer
04-12-2024 09:53:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:[Request] Adding entity: 
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - >> 
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:53:27:  TRACE: [WIRE] - << 111111111
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : serverWriterInjectionTest()
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance
04-12-2024 09:53:27:STARTING TEST : resourceInjectionTest()
04-12-2024 09:53:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT

04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << 111111111
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : resourceInjectionTest()
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:STARTING TEST : serverReaderInjectionTest()
04-12-2024 09:53:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080'04-12-2024 09:53:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader

04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:[Request] Adding entity: 
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - >> 
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << 111111111
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : serverReaderInjectionTest()
04-12-2024 09:53:27:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:27:STARTING TEST : applicationInjectionTest()
04-12-2024 09:53:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application
04-12-2024 09:53:27:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:27:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080'
04-12-2024 09:53:27:###############################
04-12-2024 09:53:27:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:27:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Length: 9
04-12-2024 09:53:27:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:27 GMT
04-12-2024 09:53:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:27:  TRACE: [WIRE] - << 111111111
04-12-2024 09:53:27:@Context injected as expected
04-12-2024 09:53:27:FINISHED TEST : applicationInjectionTest()
12-Apr-2024 09:53:27.931 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:27.931 WARNING [http-nio-8080-exec-31] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:27.932 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_context_server_web]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
Apr 12, 2024 9:53:28 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:27.940 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_contextprovider_jsonb_web.war]
12-Apr-2024 09:53:28.289 INFO [http-nio-8080-exec-122] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:28.321 INFO [http-nio-8080-exec-122] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_contextprovider_jsonb_web.war] has finished in [381] ms
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:28.526 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:28.526 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:28.527 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_contextprovider_jsonb_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
Apr 12, 2024 9:53:28 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:28.539 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_dynamicfeature_web.war]
12-Apr-2024 09:53:28.903 INFO [http-nio-8080-exec-136] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:28.938 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_dynamicfeature_web.war] has finished in [399] ms
04-12-2024 09:53:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding
04-12-2024 09:53:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:28:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:28:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:28 GMT
04-12-2024 09:53:28:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:28:  TRACE: [WIRE] - << 0
04-12-2024 09:53:28:STARTING TEST : noBindingTest()
04-12-2024 09:53:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080'
04-12-2024 09:53:28:###############################
04-12-2024 09:53:28:[Request] Adding entity: 0
04-12-2024 09:53:28:Dynamic Bynding did not bind any filter or interceptor as expected
04-12-2024 09:53:28:FINISHED TEST : noBindingTest()
04-12-2024 09:53:28:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic
04-12-2024 09:53:28:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:28:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:28:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:28:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:28:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:28:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:28:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:28 GMT
04-12-2024 09:53:28:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:28:  TRACE: [WIRE] - << 12
04-12-2024 09:53:28:STARTING TEST : dynamicBindingTest()
04-12-2024 09:53:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080'
04-12-2024 09:53:28:###############################
04-12-2024 09:53:28:[Request] Adding entity: 0
04-12-2024 09:53:28:Dynamic feature bound filter and interceptor as expected
04-12-2024 09:53:28:FINISHED TEST : dynamicBindingTest()
12-Apr-2024 09:53:28.964 WARNING [http-nio-8080-exec-118] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:28.964 WARNING [http-nio-8080-exec-118] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:28.966 INFO [http-nio-8080-exec-118] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_dynamicfeature_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
Apr 12, 2024 9:53:29 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:28.982 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_exception_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:29.388 INFO [http-nio-8080-exec-126] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:29.423 INFO [http-nio-8080-exec-126] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_exception_web.war] has finished in [441] ms
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:662)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:778)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 111011
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:STARTING TEST : throwExceptionOnInterceptorTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 11111
04-12-2024 09:53:29:Exception has been handled as expected
04-12-2024 09:53:29:FINISHED TEST : throwExceptionOnInterceptorTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 111011
04-12-2024 09:53:29:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:662)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:778)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : noNameBoundInterceptorTest()
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 10020
04-12-2024 09:53:29:Only Globally bound interceptor has been invoked as expected
04-12-2024 09:53:29:FINISHED TEST : noNameBoundInterceptorTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:  TRACE: [WIRE] - << Transfer-Encoding: chunked
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Exception Report</p><p><b>Message</b> Request failed.</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:435)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Root Cause</b></p><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;
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:662)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Integer.parseInt(Integer.java:778)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	ee.jakarta.tck.ws.rs.spec.filter.exception.AbstractAddInterceptor.aroundWriteTo(AbstractAddInterceptor.java:46)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1118)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:678)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:420)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:372)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
04-12-2024 09:53:29:  TRACE: [WIRE] - << 	java.base&#47;java.lang.Thread.run(Thread.java:1583)
04-12-2024 09:53:29:  TRACE: [WIRE] - << </pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:STARTING TEST : throwExceptionOnPreMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 10110
04-12-2024 09:53:29:Exception has been handled as expected
04-12-2024 09:53:29:FINISHED TEST : throwExceptionOnPreMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 6
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 110010
04-12-2024 09:53:29:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:STARTING TEST : throwExceptionOnPostMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:29:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:29:  TRACE: [WIRE] - << 11111
04-12-2024 09:53:29:Exception has been handled as expected
04-12-2024 09:53:29:FINISHED TEST : throwExceptionOnPostMatchingFilterTest()
04-12-2024 09:53:29:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:29:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-12-2024 09:53:29:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-12-2024 09:53:29:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-12-2024 09:53:29:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
04-12-2024 09:53:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:29:###############################
04-12-2024 09:53:29:[Request] Adding entity: 0
04-12-2024 09:53:29:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Length: 720
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:29:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:29:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:29:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Internal Server Error</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:29:Exception has not been handled second time as expected
04-12-2024 09:53:29:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
12-Apr-2024 09:53:29.631 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:29.631 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:29.633 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_exception_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
12-Apr-2024 09:53:29.644 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_globalbinding_web.war]
12-Apr-2024 09:53:30.067 INFO [http-nio-8080-exec-136] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:30.103 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_globalbinding_web.war] has finished in [459] ms
Apr 12, 2024 9:53:30 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 12
04-12-2024 09:53:30:STARTING TEST : nameBoundResourceTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: 0
04-12-2024 09:53:30:Bound as expected
04-12-2024 09:53:30:FINISHED TEST : nameBoundResourceTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : globalBoundResourceTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080'04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind

04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: 0
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:29 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 12
04-12-2024 09:53:30:Bound as expected
04-12-2024 09:53:30:FINISHED TEST : globalBoundResourceTest()
12-Apr-2024 09:53:30.133 WARNING [http-nio-8080-exec-148] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:30.133 WARNING [http-nio-8080-exec-148] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
12-Apr-2024 09:53:30.135 INFO [http-nio-8080-exec-148] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_globalbinding_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
Apr 12, 2024 9:53:30 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:30.151 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_interceptor_web.war]
12-Apr-2024 09:53:30.550 INFO [http-nio-8080-exec-136] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:30.594 INFO [http-nio-8080-exec-136] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_interceptor_web.war] has finished in [443] ms
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : jaxbWriterContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for jaxb provider
04-12-2024 09:53:30:FINISHED TEST : jaxbWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : stringReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : stringReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : inputStreamReaderContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered reader interceptor for inputstream provider
04-12-2024 09:53:30:FINISHED TEST : inputStreamReaderContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : dataSourceWriterContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for dataSource provider
04-12-2024 09:53:30:FINISHED TEST : dataSourceWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : readerReaderNoInterceptorTest()
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : readerReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:30:STARTING TEST : stringBeanWriterContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for StringBean provider
04-12-2024 09:53:30:FINISHED TEST : stringBeanWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : stringWriterNoInterceptorTest()
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:30:FINISHED TEST : stringWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : byteArrayReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : byteArrayReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:STARTING TEST : stringBeanReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : stringBeanReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:STARTING TEST : readerWriterNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:30:FINISHED TEST : readerWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : inputStreamWriterContainerInterceptorTest()
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for inputstream provider
04-12-2024 09:53:30:FINISHED TEST : inputStreamWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-12-2024 09:53:30:STARTING TEST : byteArrayWriterNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:30:FINISHED TEST : byteArrayWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-12-2024 09:53:30:STARTING TEST : stringBeanWriterNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20

04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:30:FINISHED TEST : stringBeanWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : stringBeanWriterClientInterceptorTest()
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for StringBean provider
04-12-2024 09:53:30:FINISHED TEST : stringBeanWriterClientInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> /tmp/temp8434029485169175729tmp
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:STARTING TEST : fileWriterClientInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: /tmp/temp8434029485169175729tmp
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for file provider
04-12-2024 09:53:30:FINISHED TEST : fileWriterClientInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> [B@30a89265
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:STARTING TEST : byteArrayWriterClientInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: [B@30a89265
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for bytearray provider
04-12-2024 09:53:30:FINISHED TEST : byteArrayWriterClientInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : byteArrayReaderContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered reader interceptor for bytearray provider
04-12-2024 09:53:30:FINISHED TEST : byteArrayReaderContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : stringReaderContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered reader interceptor for string provider
04-12-2024 09:53:30:FINISHED TEST : stringReaderContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-12-2024 09:53:30:STARTING TEST : sourceWriterNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 141
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:30:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><stringsource><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource></stringsource>
04-12-2024 09:53:30:FINISHED TEST : sourceWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : dataSourceWriterClientInterceptorTest()
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@13014a65
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@13014a65
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for dataSource provider
04-12-2024 09:53:30:FINISHED TEST : dataSourceWriterClientInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@59bd40d4
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:30:STARTING TEST : inputStreamWriterClientInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: java.io.ByteArrayInputStream@59bd40d4
04-12-2024 09:53:30:JAXRS called registered writer interceptor for inputstream provider
04-12-2024 09:53:30:FINISHED TEST : inputStreamWriterClientInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : inputStreamReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : inputStreamReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:STARTING TEST : fileReaderContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:30:JAXRS called registered reader interceptor for file provider
04-12-2024 09:53:30:FINISHED TEST : fileReaderContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:STARTING TEST : fileReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : fileReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:30:STARTING TEST : readerReaderContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:JAXRS called registered reader interceptor for reader provider
04-12-2024 09:53:30:FINISHED TEST : readerReaderContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : dataSourceReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource

04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:FINISHED TEST : dataSourceReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml
04-12-2024 09:53:30:STARTING TEST : jaxbReaderNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:30:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
04-12-2024 09:53:30:FINISHED TEST : jaxbReaderNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:STARTING TEST : byteArrayWriterContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:JAXRS called registered writer interceptor for bytearray provider
04-12-2024 09:53:30:FINISHED TEST : byteArrayWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:30:STARTING TEST : inputStreamWriterNoInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:30:FINISHED TEST : inputStreamWriterNoInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : stringWriterContainerInterceptorTest()
04-12-2024 09:53:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-12-2024 09:53:30:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-12-2024 09:53:30:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:30:###############################
04-12-2024 09:53:30:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:30:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:30:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:30:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:30:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:30:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:30:JAXRS called registered writer interceptor for string provider
04-12-2024 09:53:30:FINISHED TEST : stringWriterContainerInterceptorTest()
04-12-2024 09:53:30:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:30:STARTING TEST : jaxbReaderContainerInterceptorTest()
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-12-2024 09:53:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-12-2024 09:53:30:###############################
04-12-2024 09:53:31:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml
04-12-2024 09:53:31:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 68
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor
04-12-2024 09:53:31:JAXRS called registered reader interceptor for jaxb provider
04-12-2024 09:53:31:FINISHED TEST : jaxbReaderContainerInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:31:STARTING TEST : fileWriterNoInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:31:FINISHED TEST : fileWriterNoInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:31:STARTING TEST : fileWriterContainerInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:JAXRS called registered writer interceptor for file provider
04-12-2024 09:53:31:FINISHED TEST : fileWriterContainerInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml
04-12-2024 09:53:31:STARTING TEST : jaxbWriterClientInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@ad449de, jakarta.xml.bind.JAXBElement<java.lang.String>}
04-12-2024 09:53:31:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@ad449de
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:31:JAXRS called registered writer interceptor for JAXBElement provider
04-12-2024 09:53:31:FINISHED TEST : jaxbWriterClientInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:31:STARTING TEST : dataSourceReaderContainerInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:JAXRS called registered reader interceptor for dataSource provider
04-12-2024 09:53:31:FINISHED TEST : dataSourceReaderContainerInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:STARTING TEST : stringWriterClientInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:31:JAXRS called registered writer interceptor for string provider
04-12-2024 09:53:31:FINISHED TEST : stringWriterClientInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:31:STARTING TEST : readerWriterContainerInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:31:JAXRS called registered writer interceptor for reader provider
04-12-2024 09:53:31:FINISHED TEST : readerWriterContainerInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 108
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-12-2024 09:53:31:STARTING TEST : sourceWriterContainerInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:JAXRS called registered writer interceptor for source provider
04-12-2024 09:53:31:FINISHED TEST : sourceWriterContainerInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 74
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:STARTING TEST : dataSourceWriterNoInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:31:FINISHED TEST : dataSourceWriterNoInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 129
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:31:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-12-2024 09:53:31:STARTING TEST : jaxbWriterNoInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:FINISHED TEST : jaxbWriterNoInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> java.io.InputStreamReader@844c5c2
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:STARTING TEST : readerWriterClientInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: java.io.InputStreamReader@844c5c2
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-12-2024 09:53:31:JAXRS called registered writer interceptor for reader provider
04-12-2024 09:53:31:FINISHED TEST : readerWriterClientInterceptorTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 95
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-12-2024 09:53:31:STARTING TEST : stringBeanReaderContainerInterceptorTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-12-2024 09:53:31:JAXRS called registered reader interceptor for StringBean provider
04-12-2024 09:53:31:FINISHED TEST : stringBeanReaderContainerInterceptorTest()
12-Apr-2024 09:53:31.126 WARNING [http-nio-8080-exec-132] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:31.126 WARNING [http-nio-8080-exec-132] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:31.128 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_interceptor_web]
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.99 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
12-Apr-2024 09:53:31.142 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_lastvalue_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:31.499 INFO [http-nio-8080-exec-141] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:31.535 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_lastvalue_web.war] has finished in [393] ms
Apr 12, 2024 9:53:31 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:STARTING TEST : writerContextOnClientTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:53:31:Last values set in contexts were used as expected
04-12-2024 09:53:31:FINISHED TEST : writerContextOnClientTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:53:31:STARTING TEST : writerContextOnContainerTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:Last values set in contexts were used as expected
04-12-2024 09:53:31:FINISHED TEST : writerContextOnContainerTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 103
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain
04-12-2024 09:53:31:STARTING TEST : readerContextOnContainerTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:53:31:Last values set in contexts were used as expected
04-12-2024 09:53:31:FINISHED TEST : readerContextOnContainerTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 56
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:30 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: */*
04-12-2024 09:53:31:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:53:31:STARTING TEST : readerContextOnClientTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-12-2024 09:53:31:Last values set in contexts were used as expected
04-12-2024 09:53:31:FINISHED TEST : readerContextOnClientTest()
12-Apr-2024 09:53:31.585 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:31.585 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:31.587 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_lastvalue_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
12-Apr-2024 09:53:31.599 INFO [http-nio-8080-exec-117] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_namebinding_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
Apr 12, 2024 9:53:31 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:31.943 INFO [http-nio-8080-exec-117] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:31.978 INFO [http-nio-8080-exec-117] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_filter_namebinding_web.war] has finished in [379] ms
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:31:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:31:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Length: 3
04-12-2024 09:53:31:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:31:  TRACE: [WIRE] - << 101
04-12-2024 09:53:31:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:31:Both name bound interceptors has been bound as expected
04-12-2024 09:53:31:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-12-2024 09:53:31:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:31:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand
04-12-2024 09:53:31:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:31:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-12-2024 09:53:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080'
04-12-2024 09:53:31:###############################
04-12-2024 09:53:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:53:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:32:  TRACE: [WIRE] - << 1011
04-12-2024 09:53:32:Both name bound interceptors has been bound as expected
04-12-2024 09:53:32:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten
04-12-2024 09:53:32:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Length: 2
04-12-2024 09:53:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:32:  TRACE: [WIRE] - << 11
04-12-2024 09:53:32:STARTING TEST : singleInterceptorBoundTest()
04-12-2024 09:53:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080'
04-12-2024 09:53:32:###############################
04-12-2024 09:53:32:Interceptor has been bound as expected
04-12-2024 09:53:32:FINISHED TEST : singleInterceptorBoundTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo
04-12-2024 09:53:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:32:  TRACE: [WIRE] - >> 1111
04-12-2024 09:53:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:32:STARTING TEST : readerWriterInterceptorBoundTest()
04-12-2024 09:53:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080'
04-12-2024 09:53:32:###############################
04-12-2024 09:53:32:[Request] Adding entity: 1111
04-12-2024 09:53:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:53:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:32:  TRACE: [WIRE] - << 1113
04-12-2024 09:53:32:Reader and Writer interceptor has been bound as expected
04-12-2024 09:53:32:FINISHED TEST : readerWriterInterceptorBoundTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement
04-12-2024 09:53:32:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:32:  TRACE: [WIRE] - << 10000
04-12-2024 09:53:32:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-12-2024 09:53:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080'
04-12-2024 09:53:32:###############################
04-12-2024 09:53:32:No interceptor has been bound as expected
04-12-2024 09:53:32:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : noInterceptorBoundTest()
04-12-2024 09:53:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080'
04-12-2024 09:53:32:###############################
04-12-2024 09:53:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one
04-12-2024 09:53:32:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:32:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:32:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:32:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:32:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:31 GMT
04-12-2024 09:53:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:32:  TRACE: [WIRE] - << 1
04-12-2024 09:53:32:No interceptor has been bound as expected
04-12-2024 09:53:32:FINISHED TEST : noInterceptorBoundTest()
12-Apr-2024 09:53:32.035 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:32.035 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:32.037 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_filter_namebinding_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
12-Apr-2024 09:53:32.047 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_inheritance_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70Apr 12, 2024 9:53:32 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

12-Apr-2024 09:53:32.379 INFO [http-nio-8080-exec-139] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:32.407 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_inheritance_web.war] has finished in [360] ms
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : test1()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : test1()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : test2()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : test2()
12-Apr-2024 09:53:32.422 WARNING [http-nio-8080-exec-132] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:32.422 WARNING [http-nio-8080-exec-132] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:32.423 INFO [http-nio-8080-exec-132] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_inheritance_web]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
12-Apr-2024 09:53:32.438 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_exceptionmapper_web.war]
Apr 12, 2024 9:53:32 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:32.800 INFO [http-nio-8080-exec-101] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:32.834 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_exceptionmapper_web.war] has finished in [396] ms
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : throwableTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : throwableTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : clientErrorExceptionTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : clientErrorExceptionTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : filterChainTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : filterChainTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : mappedExceptionTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : mappedExceptionTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : exceptionTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : exceptionTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : runtimeExceptionTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : runtimeExceptionTest()
04-12-2024 09:53:32:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:32:STARTING TEST : webapplicationExceptionTest()
04-12-2024 09:53:32:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:32:FINISHED TEST : webapplicationExceptionTest()
12-Apr-2024 09:53:32.856 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:32.856 WARNING [http-nio-8080-exec-125] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:32.857 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_exceptionmapper_web]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
Apr 12, 2024 9:53:33 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:32.869 INFO [http-nio-8080-exec-150] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_jaxbcontext_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:33.262 INFO [http-nio-8080-exec-150] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:33.295 INFO [http-nio-8080-exec-150] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_jaxbcontext_web.war] has finished in [426] ms
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteProviderTest()
12-Apr-2024 09:53:33.313 WARNING [http-nio-8080-exec-96] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:33.314 WARNING [http-nio-8080-exec-96] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:33.315 INFO [http-nio-8080-exec-96] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_jaxbcontext_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
12-Apr-2024 09:53:33.342 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_overridestandard_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:33.696 INFO [http-nio-8080-exec-145] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:33.732 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_overridestandard_web.war] has finished in [390] ms
Apr 12, 2024 9:53:33 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteInputStreamProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteInputStreamProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteStringProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteStringProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteMapProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteMapProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteReaderProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteReaderProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteDataSourceProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteDataSourceProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteBooleanProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteBooleanProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteJaxbProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteJaxbProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteStreamingOutputProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteStreamingOutputProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteIntegerProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteIntegerProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteSourceProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteSourceProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteCharacterProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteCharacterProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteByteArrayProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteByteArrayProviderTest()
04-12-2024 09:53:33:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:33:STARTING TEST : readWriteFileProviderTest()
04-12-2024 09:53:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:33:FINISHED TEST : readWriteFileProviderTest()
12-Apr-2024 09:53:33.769 WARNING [http-nio-8080-exec-121] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:33.769 WARNING [http-nio-8080-exec-121] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:33.771 INFO [http-nio-8080-exec-121] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_overridestandard_web]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
12-Apr-2024 09:53:33.851 INFO [http-nio-8080-exec-127] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_reader_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:34.180 INFO [http-nio-8080-exec-127] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:34.208 INFO [http-nio-8080-exec-127] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_reader_web.war] has finished in [357] ms
Apr 12, 2024 9:53:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : meadiaTypeDefaultTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : meadiaTypeDefaultTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : iterateAllAppJavaReadersTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : iterateAllAppJavaReadersTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : meadiaTypeContentTypeTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : meadiaTypeContentTypeTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : iterateFirstAppJavaReaderTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : iterateFirstAppJavaReaderTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : noEntityProviderTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : noEntityProviderTest()
12-Apr-2024 09:53:34.231 WARNING [http-nio-8080-exec-148] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:34.231 WARNING [http-nio-8080-exec-148] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:34.233 INFO [http-nio-8080-exec-148] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_reader_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
12-Apr-2024 09:53:34.244 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_sort_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
Apr 12, 2024 9:53:34 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:34.583 INFO [http-nio-8080-exec-61] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:34.614 INFO [http-nio-8080-exec-61] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_sort_web.war] has finished in [371] ms
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : contentTypeTextXmlGotTextWildCardTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : contentTypeTextPlainGotTextPlainTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : contentTypeTextPlainGotTextPlainTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest()
04-12-2024 09:53:34:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:34:STARTING TEST : contentTypeApplicationGotWildCardTest()
04-12-2024 09:53:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:34:FINISHED TEST : contentTypeApplicationGotWildCardTest()
12-Apr-2024 09:53:34.634 WARNING [http-nio-8080-exec-140] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:34.634 WARNING [http-nio-8080-exec-140] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:34.635 INFO [http-nio-8080-exec-140] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_sort_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
Apr 12, 2024 9:53:35 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:34.643 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standard_web.war]
12-Apr-2024 09:53:35.005 INFO [http-nio-8080-exec-125] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:35.036 INFO [http-nio-8080-exec-125] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standard_web.war] has finished in [392] ms
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : sourceProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : sourceProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : streamingOutputProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : streamingOutputProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : fileProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : fileProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : inputStreamProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : inputStreamProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : stringProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : stringProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : readerProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : readerProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : byteArrayProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : byteArrayProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : dataSourceProviderTest()
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:35:FINISHED TEST : dataSourceProviderTest()
12-Apr-2024 09:53:35.241 WARNING [http-nio-8080-exec-152] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:35.241 WARNING [http-nio-8080-exec-152] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:35.243 INFO [http-nio-8080-exec-152] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standard_web]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
12-Apr-2024 09:53:35.261 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardhaspriority_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:35.686 INFO [http-nio-8080-exec-147] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:35.715 INFO [http-nio-8080-exec-147] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardhaspriority_web.war] has finished in [453] ms
Apr 12, 2024 9:53:35 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : readWriteMapProviderTest()
04-12-2024 09:53:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map
04-12-2024 09:53:35:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:53:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:53:35:###############################
04-12-2024 09:53:35:[Request] Adding entity: {map=[map]}
04-12-2024 09:53:35:  TRACE: [WIRE] - >> {map=[map]}
04-12-2024 09:53:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:53:35:  TRACE: [WIRE] - << map=map
04-12-2024 09:53:35:FINISHED TEST : readWriteMapProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : readWriteBooleanProviderTest()
04-12-2024 09:53:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean
04-12-2024 09:53:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080'
04-12-2024 09:53:35:###############################
04-12-2024 09:53:35:[Request] Adding entity: false
04-12-2024 09:53:35:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:35:  TRACE: [WIRE] - >> false
04-12-2024 09:53:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:35:  TRACE: [WIRE] - << false
04-12-2024 09:53:35:FINISHED TEST : readWriteBooleanProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : readWriteJaxbProviderTest()
04-12-2024 09:53:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb
04-12-2024 09:53:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080'
04-12-2024 09:53:35:###############################
04-12-2024 09:53:35:[Request] Adding entity: jakarta.xml.bind.JAXBElement@7eff3434
04-12-2024 09:53:35:  TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml
04-12-2024 09:53:35:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@7eff3434
04-12-2024 09:53:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Length: 72
04-12-2024 09:53:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:53:35:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><jaxb>jaxb</jaxb>
04-12-2024 09:53:35:FINISHED TEST : readWriteJaxbProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number
04-12-2024 09:53:35:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:35:  TRACE: [WIRE] - >> 0
04-12-2024 09:53:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:35:STARTING TEST : readWriteIntegerProviderTest()
04-12-2024 09:53:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080'
04-12-2024 09:53:35:###############################
04-12-2024 09:53:35:[Request] Adding entity: 0
04-12-2024 09:53:35:  TRACE: [WIRE] - << 0
04-12-2024 09:53:35:FINISHED TEST : readWriteIntegerProviderTest()
04-12-2024 09:53:35:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:35:STARTING TEST : readWriteCharacterProviderTest()
04-12-2024 09:53:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character
04-12-2024 09:53:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080'
04-12-2024 09:53:35:###############################
04-12-2024 09:53:35:[Request] Adding entity: a
04-12-2024 09:53:35:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:35:  TRACE: [WIRE] - >> a
04-12-2024 09:53:35:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:35:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:35:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:35:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:35:  TRACE: [WIRE] - << a
04-12-2024 09:53:35:FINISHED TEST : readWriteCharacterProviderTest()
12-Apr-2024 09:53:35.817 WARNING [http-nio-8080-exec-140] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:35.817 WARNING [http-nio-8080-exec-140] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:35.818 INFO [http-nio-8080-exec-140] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardhaspriority_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
12-Apr-2024 09:53:35.831 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardnotnull_web.war]
12-Apr-2024 09:53:36.178 INFO [http-nio-8080-exec-139] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
12-Apr-2024 09:53:36.213 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardnotnull_web.war] has finished in [382] msApr 12, 2024 9:53:36 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientInputStreamProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientInputStreamProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverDataSourceProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080'04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource

04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:FINISHED TEST : serverDataSourceProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientMultivaluedMapProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientMultivaluedMapProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:STARTING TEST : serverFileProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : serverFileProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverStringProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:FINISHED TEST : serverStringProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientDataSourceProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientDataSourceProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:STARTING TEST : clientCharProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:53:36:FINISHED TEST : clientCharProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:STARTING TEST : serverReaderProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : serverReaderProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:36:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:36:STARTING TEST : serverBooleanProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : serverBooleanProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:STARTING TEST : clientSourceProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : clientSourceProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:application/xml
04-12-2024 09:53:36:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:STARTING TEST : clientJaxbProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:Read JAXBElement entity is null as expected
04-12-2024 09:53:36:FINISHED TEST : clientJaxbProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverIntegerProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:36:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:36:FINISHED TEST : serverIntegerProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverCharProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:36:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:36:FINISHED TEST : serverCharProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientByteArrayProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientByteArrayProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverInputStreamProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:FINISHED TEST : serverInputStreamProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:STARTING TEST : clientBooleanProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:53:36:FINISHED TEST : clientBooleanProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientStringProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientStringProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:53:36:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:36:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:36:STARTING TEST : serverJaxbProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : serverJaxbProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:STARTING TEST : clientReaderProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : clientReaderProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverStreamingOutputProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:[Request] Adding entity: StreamingOutput
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - >> StreamingOutput
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 15
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: application/octet-stream
04-12-2024 09:53:36:  TRACE: [WIRE] - << StreamingOutput
04-12-2024 09:53:36:FINISHED TEST : serverStreamingOutputProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:STARTING TEST : serverByteArrayProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:FINISHED TEST : serverByteArrayProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: close
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 799
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:36:STARTING TEST : serverBigDecimalProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:36:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 400 – Bad Request</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 400 – Bad Request</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Bad Request</p><p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:36:FINISHED TEST : serverBigDecimalProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientFileProviderTest()
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:FINISHED TEST : clientFileProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverSourceProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:FINISHED TEST : serverSourceProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientIntegerProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:53:36:FINISHED TEST : clientIntegerProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : serverMultivaluedMapProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:36:  TRACE: [WIRE] - << EXPECTED
04-12-2024 09:53:36:FINISHED TEST : serverMultivaluedMapProviderTest()
04-12-2024 09:53:36:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:36:STARTING TEST : clientBigDecimalProviderTest()
04-12-2024 09:53:36:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-12-2024 09:53:36:###############################
04-12-2024 09:53:36:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-12-2024 09:53:36:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:36:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:36:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:36:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:36:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:36:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:35 GMT
04-12-2024 09:53:36:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-12-2024 09:53:36:FINISHED TEST : clientBigDecimalProviderTest()
12-Apr-2024 09:53:36.615 WARNING [http-nio-8080-exec-131] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:36.616 WARNING [http-nio-8080-exec-131] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:36.617 INFO [http-nio-8080-exec-131] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardnotnull_web]
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
12-Apr-2024 09:53:36.634 INFO [http-nio-8080-exec-151] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithjaxrsclient_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
Apr 12, 2024 9:53:37 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:36.980 INFO [http-nio-8080-exec-151] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:37.019 INFO [http-nio-8080-exec-151] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithjaxrsclient_web.war] has finished in [385] ms
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:STARTING TEST : readWriteProviderBigDecimalTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:53:37:Found expected entity 2147483647
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderBigDecimalTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 3.141592653589793
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 17
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << 3.141592653589793
04-12-2024 09:53:37:STARTING TEST : readWriteProviderDoubleTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 3.141592653589793
04-12-2024 09:53:37:Found expected entity 3.141592653589793
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderDoubleTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : readWriteProviderIntTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080'
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderIntTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : readWriteProviderCharacterTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080'04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character

04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: x
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> x
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << x
04-12-2024 09:53:37:Found expected entity x
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderCharacterTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> x
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 1
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << x
04-12-2024 09:53:37:STARTING TEST : readWriteProviderCharTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: x
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderCharTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:STARTING TEST : readWriteProviderIntegerTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 2147483647
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << 2147483647
04-12-2024 09:53:37:Found expected entity 2147483647
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderIntegerTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-12-2024 09:53:37:  TRACE: [WIRE] - >> {map=[map]}
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-12-2024 09:53:37:  TRACE: [WIRE] - << map=map
04-12-2024 09:53:37:STARTING TEST : mapElementProviderTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: {map=[map]}
04-12-2024 09:53:37:found expected MultivaluedMap {map=[map]}
04-12-2024 09:53:37:FINISHED TEST : mapElementProviderTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> false
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:STARTING TEST : readWriteProviderBoolTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: false
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 5
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << false
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderBoolTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 9223372036854775807
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:STARTING TEST : readWriteProviderLongTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 9223372036854775807
04-12-2024 09:53:37:  TRACE: [WIRE] - << 9223372036854775807
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderLongTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> 9223372036854775807
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 19
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << 9223372036854775807
04-12-2024 09:53:37:STARTING TEST : readWriteProviderBigLongTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: 9223372036854775807
04-12-2024 09:53:37:Found expected entity 9223372036854775807
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderBigLongTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean
04-12-2024 09:53:37:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - >> true
04-12-2024 09:53:37:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:37:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:37:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Length: 4
04-12-2024 09:53:37:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:37 GMT
04-12-2024 09:53:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:37:  TRACE: [WIRE] - << true
04-12-2024 09:53:37:STARTING TEST : readWriteProviderBooleanTest()
04-12-2024 09:53:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080'
04-12-2024 09:53:37:###############################
04-12-2024 09:53:37:[Request] Adding entity: true
04-12-2024 09:53:37:Found expected entity true
04-12-2024 09:53:37:FINISHED TEST : readWriteProviderBooleanTest()
12-Apr-2024 09:53:37.148 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:37.148 WARNING [http-nio-8080-exec-36] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:37.149 INFO [http-nio-8080-exec-36] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardwithjaxrsclient_web]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
Apr 12, 2024 9:53:37 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:37.159 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithxmlbinding_web.war]
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:37.538 INFO [http-nio-8080-exec-119] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:37.563 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_standardwithxmlbinding_web.war] has finished in [404] ms
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : jaxbElementProviderTest()
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:FINISHED TEST : jaxbElementProviderTest()
12-Apr-2024 09:53:37.584 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:37.584 WARNING [http-nio-8080-exec-55] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:37.585 INFO [http-nio-8080-exec-55] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_standardwithxmlbinding_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
Apr 12, 2024 9:53:37 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:37.599 INFO [http-nio-8080-exec-148] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_visibility_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:37.940 INFO [http-nio-8080-exec-148] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:37.979 INFO [http-nio-8080-exec-148] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_visibility_web.war] has finished in [380] ms
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : bodyWriterTest()
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:FINISHED TEST : bodyWriterTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : bodyReaderTest()
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:FINISHED TEST : bodyReaderTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : contextResolverTest()
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:FINISHED TEST : contextResolverTest()
04-12-2024 09:53:37:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:37:STARTING TEST : exceptionMapperTest()
04-12-2024 09:53:37:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:37:FINISHED TEST : exceptionMapperTest()
12-Apr-2024 09:53:37.997 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:37.997 WARNING [http-nio-8080-exec-128] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:37.998 INFO [http-nio-8080-exec-128] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_visibility_web]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
12-Apr-2024 09:53:38.010 INFO [http-nio-8080-exec-127] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_writer_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:38.450 INFO [http-nio-8080-exec-127] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:38.480 INFO [http-nio-8080-exec-127] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_provider_writer_web.war] has finished in [470] ms
Apr 12, 2024 9:53:38 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:STARTING TEST : supportXmlByDefaultWriterTest()
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 59
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:53:38:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-12-2024 09:53:38:FINISHED TEST : supportXmlByDefaultWriterTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : supportXmlByXmlWriterTest()
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer

04-12-2024 09:53:38:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################04-12-2024 09:53:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml

04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 77
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Type: application/xml
04-12-2024 09:53:38:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER;
04-12-2024 09:53:38:FINISHED TEST : supportXmlByXmlWriterTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:STARTING TEST : supportAllTest()
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall
04-12-2024 09:53:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 137
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:53:38:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-12-2024 09:53:38:FINISHED TEST : supportAllTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:STARTING TEST : supportAppJavaTest()
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> application/java
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:[Request] Adding entity: application/java
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 40
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Type: application/java
04-12-2024 09:53:38:  TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER;
04-12-2024 09:53:38:FINISHED TEST : supportAppJavaTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:STARTING TEST : responseSubClassTest()
04-12-2024 09:53:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################
04-12-2024 09:53:38:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080'
04-12-2024 09:53:38:###############################04-12-2024 09:53:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse

04-12-2024 09:53:38:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:38:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:38:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:38:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Length: 96
04-12-2024 09:53:38:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:38 GMT
04-12-2024 09:53:38:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:53:38:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER;
04-12-2024 09:53:38:FINISHED TEST : responseSubClassTest()
12-Apr-2024 09:53:38.570 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:38.570 WARNING [http-nio-8080-exec-103] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:38.571 INFO [http-nio-8080-exec-103] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_provider_writer_web]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
12-Apr-2024 09:53:38.580 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
12-Apr-2024 09:53:38.946 INFO [http-nio-8080-exec-142] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.Apr 12, 2024 9:53:38 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi

WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:38.978 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_web.war] has finished in [398] ms
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : incorrectConsumesTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : incorrectConsumesTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : formParamTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : formParamTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : incorrectPathOnClassTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : incorrectPathOnClassTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : queryParamPqrTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : queryParamPqrTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : correctRequestTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : correctRequestTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : incorrectProducesConsumesTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : incorrectProducesConsumesTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : correctTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : correctTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : incorrectProdecesTest()
04-12-2024 09:53:38:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:38:FINISHED TEST : incorrectProdecesTest()
04-12-2024 09:53:38:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:38:STARTING TEST : incorrectPathOnMethodTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectPathOnMethodTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : queryParamXyzTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : queryParamXyzTest()
12-Apr-2024 09:53:39.005 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:39.005 WARNING [http-nio-8080-exec-101] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:39.006 INFO [http-nio-8080-exec-101] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_annotationprecedence_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
Apr 12, 2024 9:53:39 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:39.015 INFO [http-nio-8080-exec-153] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_subclass_web.war]
12-Apr-2024 09:53:39.332 INFO [http-nio-8080-exec-153] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:39.359 INFO [http-nio-8080-exec-153] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_annotationprecedence_subclass_web.war] has finished in [343] ms
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : incorrectConsumesTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectConsumesTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : incorrectPathOnClassAndRequestTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectPathOnClassAndRequestTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : formParamTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : formParamTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : incorrectPathOnClassTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectPathOnClassTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : correctProducesConsumesTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : correctProducesConsumesTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : queryParamPqrTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : queryParamPqrTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : correctRequestTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : correctRequestTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : matrixParamPqrTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : matrixParamPqrTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : correctTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : correctTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : incorrectProdecesTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectProdecesTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : incorrectPathOnMethodTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : incorrectPathOnMethodTest()
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : queryParamXyzTest()
04-12-2024 09:53:39:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:39:FINISHED TEST : queryParamXyzTest()
12-Apr-2024 09:53:39.387 WARNING [http-nio-8080-exec-155] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:39.387 WARNING [http-nio-8080-exec-155] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:39.388 INFO [http-nio-8080-exec-155] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_annotationprecedence_subclass_web]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
Apr 12, 2024 9:53:39 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:39.397 INFO [http-nio-8080-exec-90] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_locator_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:39.762 INFO [http-nio-8080-exec-90] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:39.792 INFO [http-nio-8080-exec-90] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_locator_web.war] has finished in [395] ms
04-12-2024 09:53:39:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:39:STARTING TEST : checkEntityIsNotSetTest()
04-12-2024 09:53:39:[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-12-2024 09:53:39:FINISHED TEST : checkEntityIsNotSetTest()
12-Apr-2024 09:53:39.804 WARNING [http-nio-8080-exec-139] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:39.804 WARNING [http-nio-8080-exec-139] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:39.805 INFO [http-nio-8080-exec-139] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_locator_web]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
12-Apr-2024 09:53:39.818 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_requestmatching_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:40.159 INFO [http-nio-8080-exec-31] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:40.194 INFO [http-nio-8080-exec-31] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_requestmatching_web.war] has finished in [377] ms
Apr 12, 2024 9:53:40 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesOnResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesOnResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : concreteOverStarWhenAcceptStarTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : concreteOverStarWhenAcceptStarTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : headOnSubResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : headOnSubResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : resourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : resourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : locatorNameTooLongAgainTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : locatorNameTooLongAgainTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : requestNotSupportedOnResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : requestNotSupportedOnResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesCorrectContentTypeOnResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesCorrectContentTypeOnResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOnResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOnResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesCorrectContentTypeOnResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesCorrectContentTypeOnResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesOnSubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesOnSubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : l2SubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : l2SubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOnResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOnResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : slashUriTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : slashUriTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : descendantSubResourcePathValueTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : descendantSubResourcePathValueTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : slashAppNameTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : slashAppNameTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesOnResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesOnResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : foundAnotherResourceLocatorByPathTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : foundAnotherResourceLocatorByPathTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : qualityDeterminesTextATest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : qualityDeterminesTextATest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : qualityDeterminesTextBTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : qualityDeterminesTextBTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : descendantResourcePathValueTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : descendantResourcePathValueTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : requestNotSupportedOnSubResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : requestNotSupportedOnSubResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : requestNotSupportedOnResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : requestNotSupportedOnResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : producesOnSubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : producesOnSubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : locatorNameTooLongTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : locatorNameTooLongTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : wrongAppNameTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : wrongAppNameTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : optionsOnSubResourceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:Header Allow: GET found as expected
04-12-2024 09:53:40:FINISHED TEST : optionsOnSubResourceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : methodNotFoundTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : methodNotFoundTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : concreteOverStarTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : concreteOverStarTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : slashWrongUriTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : slashWrongUriTest()
12-Apr-2024 09:53:40.322 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:40.322 WARNING [http-nio-8080-exec-141] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:40.323 INFO [http-nio-8080-exec-141] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_requestmatching_web]
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
12-Apr-2024 09:53:40.335 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_responsemediatype_web.war]
WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:40.738 INFO [http-nio-8080-exec-142] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:40.771 INFO [http-nio-8080-exec-142] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_responsemediatype_web.war] has finished in [435] ms
Apr 12, 2024 9:53:40 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : methodProducesTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : methodProducesTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : appPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : appPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : imagePreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : imagePreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : responseOverrideNoProducesTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : responseOverrideNoProducesTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : noPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : noPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : clientXmlHtmlPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : clientXmlHtmlPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : responseOverrideTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : responseOverrideTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : mesageBodyWriterProducesTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : mesageBodyWriterProducesTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : clientHtmlXmlPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : clientHtmlXmlPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : classProducesTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : classProducesTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : clientAnyPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : clientAnyPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : responseNotAllowedToOverrideTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : responseNotAllowedToOverrideTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : textPreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : textPreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : defaultResponseErrorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : defaultResponseErrorTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : clientImagePreferenceTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : clientImagePreferenceTest()
04-12-2024 09:53:40:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:40:STARTING TEST : defaultErrorTest()
04-12-2024 09:53:40:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:40:FINISHED TEST : defaultErrorTest()
12-Apr-2024 09:53:40.812 WARNING [http-nio-8080-exec-116] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:40.812 WARNING [http-nio-8080-exec-116] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:40.813 INFO [http-nio-8080-exec-116] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_responsemediatype_web]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
Apr 12, 2024 9:53:41 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:40.823 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_valueofandfromstring_web.war]
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
12-Apr-2024 09:53:41.145 INFO [http-nio-8080-exec-145] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
12-Apr-2024 09:53:41.175 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resource_valueofandfromstring_web.war] has finished in [351] ms
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:STARTING TEST : enumQueryTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:53:41:FINISHED TEST : enumQueryTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:53:41:STARTING TEST : entityHeaderTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : entityHeaderTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : enumCookieTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080'
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:53:41:FINISHED TEST : enumCookieTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:STARTING TEST : entityQueryTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:53:41:FINISHED TEST : entityQueryTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:41:STARTING TEST : entityCookieTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:53:41:FINISHED TEST : entityCookieTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : enumMaxtrixTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:53:41:FINISHED TEST : enumMaxtrixTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : entityMaxtrixTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP

04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:53:41:FINISHED TEST : entityMaxtrixTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : enumPathTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:53:41:FINISHED TEST : enumPathTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : entityPathTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << VALUEOF
04-12-2024 09:53:41:FINISHED TEST : entityPathTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : enumHeaderTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080'
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 10
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << FROMSTRING
04-12-2024 09:53:41:FINISHED TEST : enumHeaderTest()
12-Apr-2024 09:53:41.260 WARNING [http-nio-8080-exec-97] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:41.260 WARNING [http-nio-8080-exec-97] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:41.261 INFO [http-nio-8080-exec-97] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resource_valueofandfromstring_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
Apr 12, 2024 9:53:41 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:41.273 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resourceconstructor_web.war]
12-Apr-2024 09:53:41.619 INFO [http-nio-8080-exec-119] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:41.647 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_resourceconstructor_web.war] has finished in [374] ms
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:41:STARTING TEST : packageVisibilityTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:41:FINISHED TEST : packageVisibilityTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:53:41:STARTING TEST : constructorWithQueryParamUsedTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : constructorWithQueryParamUsedTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:STARTING TEST : privateVisibilityTest()
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:41:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:41:FINISHED TEST : privateVisibilityTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 0
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:STARTING TEST : visibleTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : visibleTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:STARTING TEST : constructorWithMatrixParamUsedTest()
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:53:41:FINISHED TEST : constructorWithMatrixParamUsedTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:53:41:STARTING TEST : constructorWithHeaderParamUsedTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : constructorWithHeaderParamUsedTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:53:41:STARTING TEST : constructorWithCookieParamUsedTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : constructorWithCookieParamUsedTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 8
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:41:  TRACE: [WIRE] - << ABCDEFGH
04-12-2024 09:53:41:STARTING TEST : constructorWithPathParamUsedTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
04-12-2024 09:53:41:FINISHED TEST : constructorWithPathParamUsedTest()
04-12-2024 09:53:41:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:41:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility
04-12-2024 09:53:41:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:41:  TRACE: [WIRE] - << 404 NOT_FOUND
04-12-2024 09:53:41:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:41:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Length: 717
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:41:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:40 GMT
04-12-2024 09:53:41:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:41:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:41:STARTING TEST : protectedVisibilityTest()
04-12-2024 09:53:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080'
04-12-2024 09:53:41:###############################
04-12-2024 09:53:41:FINISHED TEST : protectedVisibilityTest()
12-Apr-2024 09:53:41.733 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:41.733 WARNING [http-nio-8080-exec-130] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:41.734 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_resourceconstructor_web]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
Apr 12, 2024 9:53:42 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
12-Apr-2024 09:53:41.744 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_returntype_web.war]
12-Apr-2024 09:53:42.096 INFO [http-nio-8080-exec-145] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:42.132 INFO [http-nio-8080-exec-145] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_returntype_web.war] has finished in [388] ms
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:STARTING TEST : voidTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:FINISHED TEST : voidTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:STARTING TEST : entityResponseTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:42:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-12-2024 09:53:42:FINISHED TEST : entityResponseTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:text/html
04-12-2024 09:53:42:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Length: 850
04-12-2024 09:53:42:STARTING TEST : notAcceptableTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Language: en
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Type: text/html;charset=utf-8
04-12-2024 09:53:42:  TRACE: [WIRE] - << <!doctype html><html lang="en"><head><title>HTTP Status 406 – Not Acceptable</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 406 – Not Acceptable</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not Acceptable</p><p><b>Description</b> The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.</p><hr class="line" /><h3>Apache Tomcat/11.0.0-M18</h3></body></html>
04-12-2024 09:53:42:FINISHED TEST : notAcceptableTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest
04-12-2024 09:53:42:STARTING TEST : nullGenericEntityTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:FINISHED TEST : nullGenericEntityTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Length: 7
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-12-2024 09:53:42:  TRACE: [WIRE] - << I am OK
04-12-2024 09:53:42:STARTING TEST : defaultStatusTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:FINISHED TEST : defaultStatusTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:STARTING TEST : nullEntityResponseTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:FINISHED TEST : nullEntityResponseTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Length: 36
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Type: application/json
04-12-2024 09:53:42:STARTING TEST : genericEntityTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:  TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14
04-12-2024 09:53:42:FINISHED TEST : genericEntityTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:STARTING TEST : nullEntityTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
04-12-2024 09:53:42:FINISHED TEST : nullEntityTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:*/*
04-12-2024 09:53:42:  TRACE: [WIRE] - << 204 NO_CONTENT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:STARTING TEST : nullResponseTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:FINISHED TEST : nullResponseTest()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest
04-12-2024 09:53:42:  TRACE: [WIRE] - >> Accept:text/xml
04-12-2024 09:53:42:  TRACE: [WIRE] - << 200 OK
04-12-2024 09:53:42:  TRACE: [WIRE] - << Keep-Alive: timeout=20
04-12-2024 09:53:42:  TRACE: [WIRE] - << Connection: keep-alive
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Length: 58
04-12-2024 09:53:42:  TRACE: [WIRE] - << Date: Fri, 12 Apr 2024 09:53:42 GMT
04-12-2024 09:53:42:  TRACE: [WIRE] - << Content-Type: text/xml
04-12-2024 09:53:42:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-12-2024 09:53:42:STARTING TEST : entityBodyTest()
04-12-2024 09:53:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080'
04-12-2024 09:53:42:###############################
04-12-2024 09:53:42:FINISHED TEST : entityBodyTest()
12-Apr-2024 09:53:42.259 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:42.259 WARNING [http-nio-8080-exec-119] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:42.261 INFO [http-nio-8080-exec-119] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_returntype_web]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
Apr 12, 2024 9:53:42 AM org.jboss.arquillian.container.tomcat.ProtocolMetadataParser connect
INFO: Connecting to JMX at service:jmx:rmi:///jndi/rmi://localhost:8089/jmxrmi
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
12-Apr-2024 09:53:42.268 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_templateTest_web.war]
12-Apr-2024 09:53:42.707 INFO [http-nio-8080-exec-130] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2024 09:53:42.745 INFO [http-nio-8080-exec-130] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/apache-tomcat-11.0.0-M18/webapps/jaxrs_spec_templateTest_web.war] has finished in [476] ms
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test1()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test1()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test2()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test2()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test3()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test3()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test4()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test4()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test5()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test5()
04-12-2024 09:53:42:[JAXRSCommonClient] Test setup OK
04-12-2024 09:53:42:STARTING TEST : Test6()
04-12-2024 09:53:42:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080'
04-12-2024 09:53:42:FINISHED TEST : Test6()
12-Apr-2024 09:53:42.769 WARNING [http-nio-8080-exec-154] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks You need to add "--add-opens=java.base/java.lang=ALL-UNNAMED" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
12-Apr-2024 09:53:42.769 WARNING [http-nio-8080-exec-154] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets You need to add "--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
12-Apr-2024 09:53:42.770 INFO [http-nio-8080-exec-154] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/jaxrs_spec_templateTest_web]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@7cc1bbf
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@ac7b95d
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@212b5111
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62b38d70
WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@f641f71
Apr 12, 2024 9:53:43 AM com.sun.jmx.remote.internal.ClientCommunicatorAdmin$Checker run
WARNING: Failed to check connection: java.net.ConnectException: Connection refused
Apr 12, 2024 9:53:43 AM com.sun.jmx.remote.internal.ClientCommunicatorAdmin$Checker run
WARNING: stopping
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2796, Failures: 0, Errors: 0, Skipped: 128
[INFO] 
[INFO] 
[INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck ---
[WARNING] Exception for '/opt/tools/java/openjdk/jdk-21/21.0.2/lib/ct.sym'.
java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-21/21.0.2/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.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[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 12, 2024 9:53:45 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 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45971]
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45971]
Apr 12, 2024 9:53:45 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 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35631]
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35631]
Apr 12, 2024 9:53:45 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 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40077]
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 12, 2024 9:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40077]
Apr 12, 2024 9:53:45 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 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46333]
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46333]
Apr 12, 2024 9:53:46 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 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Apr 12, 2024 9:53:46 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 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9958]
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9958]
Apr 12, 2024 9:53:46 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 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 12, 2024 9:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 12, 2024 9:53:46 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: 1.813 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 (container-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_EE11_TCK/live/TCK/EE11/jersey-tck/pom.tomcat.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/4.0.0/jersey-tck-4.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/jersey-tck-4.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/4.0.0/jersey-tck-4.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:24 min
[INFO] Finished at: 2024-04-12T09:53:46Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "staging" could not be activated because it does not exist.
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.glassfish.jersey.core:jersey-tck >----------------
[INFO] Building Jakarta RESTful WS Compliance for Jersey 4.0.0
[INFO]   from pom.tomcat.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.2.0:copy (default-cli) @ jersey-tck ---
[INFO] Configured Artifact: jakarta.ws.rs:jakarta-restful-ws-tck:4.0.0:jar
[INFO] Copying jakarta-restful-ws-tck-4.0.0.jar to /home/jenkins/agent/workspace/jakarta_EE11_TCK/live/TCK/EE11/jersey-tck/target/dependency/jakarta-restful-ws-tck-4.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.125 s
[INFO] Finished at: 2024-04-12T09:53:49Z
[INFO] ------------------------------------------------------------------------
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
Finished: SUCCESS